Add workspace/load/action.yaml
This commit is contained in:
parent
81ec3daf3b
commit
1b50c10780
9
workspace/load/action.yaml
Normal file
9
workspace/load/action.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: 'Load Workspace'
|
||||
description: 'Switch to job\'s persistant workspace'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
mkdir -p /workspace/${{github.repository}}/${{github.job}}
|
||||
cd /workspace/${{github.repository}}/${{github.job}}
|
Loading…
Reference in New Issue
Block a user