Update workspace/action.yaml
This commit is contained in:
parent
42272d1abf
commit
7610323d44
@ -5,7 +5,7 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
PERSISTANT="/cache/workspace/${{ github.job }}"
|
PERSISTANT="/cache/workspace/${{ github.run_id }}"
|
||||||
mkdir -p "$PERSISTANT"
|
mkdir -p "$PERSISTANT"
|
||||||
WORKSPACE=$(pwd)
|
WORKSPACE=$(pwd)
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user