Skip to content

Commit

Permalink
fix ownership issue
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Oct 1, 2024
1 parent f63de36 commit 354256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo " " >> docs/repository/plugins.xml
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global --add safe.directory /__w/GEEST/GEEST
git config --global --add safe.directory /__w/GEEST2/GEEST2
git add -A
git commit -m "Update on plugins.xml"
Expand Down

0 comments on commit 354256d

Please sign in to comment.