mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-02-20 08:48:47 +01:00
tear down post step
This commit is contained in:
7
src/state-helper.ts
Normal file
7
src/state-helper.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as core from '@actions/core';
|
||||
|
||||
export const runDir = process.env['STATE_rundir'] || '';
|
||||
|
||||
export function setRunDir(runDir: string) {
|
||||
core.saveState('rundir', runDir);
|
||||
}
|
||||
Reference in New Issue
Block a user