Skip to content

Commit

Permalink
fixed repo name having owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 22, 2024
1 parent 1269395 commit 479c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "Command failed!"
- name: Check changes
run: |
git config --global --add safe.directory /__w/${{ github.repository }}/${{ github.repository }}
git config --global --add safe.directory /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}
git config --system user.name command-bot
git config --system user.email "[email protected]"
git status
Expand Down

0 comments on commit 479c46d

Please sign in to comment.