This commit is contained in:
wenmeng.zwm
2022-10-12 11:53:16 +08:00
parent 66819860b7
commit 705040c04a

View File

@@ -44,10 +44,11 @@ jobs:
- name: ResetFileMode
shell: bash
run: |
# reset filemode to allow action runner to delete files
# generated by root in docker
# reset filemode to allow action runner to delete files
# generated by root in docker
set -e
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
echo "ACTION_RUNNER_DIR: $ACTION_RUNNER_DIR"
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
- name: Checkout
uses: actions/checkout@v2