actions/workspace/action.yaml

10 lines
256 B
YAML

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