Add workspace/load/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 20:30:34 +00:00
parent 81ec3daf3b
commit 1b50c10780

View 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}}