Skip to content

Commit

Permalink
fix: debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 6, 2024
1 parent bdacdf1 commit 05d8d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
sudo mkdir -p /home/runner/work/_temp/_github_workflow/
sudo touch /home/runner/work/_temp/_github_workflow/event.json
sudo chown -R docker:docker /github/home /home/docker /home/runner/work/_temp/_github_workflow/* /__w /project
sudo chown -R docker:docker /github/home /home/docker /home/runner/work/_temp/_github_workflow/event.json /__w /project
- name: Setup git config
if: matrix.cfg.skip == false
run: |
Expand Down

0 comments on commit 05d8d2b

Please sign in to comment.