actions/workspace/load/action.yaml

10 lines
263 B
YAML
Raw Normal View History

2023-11-23 15:30:34 -05:00
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}}