Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 6, 2024
1 parent a3f0b8f commit 934d3a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ jobs:
- name: Fix permissions in docker image
if: matrix.cfg.skip == false
run: |
sudo chown -R docker:docker /github/home /home/docker /__w /project
- name: Setup git config
if: matrix.cfg.skip == false
run: |
sudo git config --global user.email "[email protected]"
sudo git config --global user.name "Circle CI BOT"
sudo git config --global push.default simple
sudo chown -R docker:docker /github/home /home/docker /project
- name: "Fetch code"
if: matrix.cfg.skip == false
run: |
Expand Down

0 comments on commit 934d3a0

Please sign in to comment.