Skip to content

Commit

Permalink
Mark working directory as safe for Git
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Dec 31, 2024
1 parent ff2435d commit c9e5455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/IncrementPacletVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Configure Git
run: |
git config --global --add safe.directory $(pwd)
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit c9e5455

Please sign in to comment.