Skip to content

Commit

Permalink
Git fix ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Oct 16, 2024
1 parent 2c148ae commit b189455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:

- name: Fix permissions
run: sudo chmod 777 -R $GITHUB_WORKSPACE
run: sudo chown ubuntu:ubuntu -R $(pwd)

# - name: Git safe dir
# run: git config --global --add safe.directory $(pwd)

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b189455

Please sign in to comment.