Skip to content

Commit

Permalink
fix: recreate GITHUB_WORKSPACE, if it has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Nov 27, 2023
1 parent f78c451 commit 1e6bb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ runs:
sudo chown -R runner "${BUILD_MOUNT_PATH}"
sudo chgrp -R runner "${BUILD_MOUNT_PATH}"
# if build mount path is a parent of $GITHUB_WORKSPACE, recreate it
sudo mkdir -p "${GITHUB_WORKSPACE}"
- name: Disk space report after modification
shell: bash
run: |
Expand Down

0 comments on commit 1e6bb9e

Please sign in to comment.