Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
added log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed May 2, 2024
1 parent 99c84e4 commit bf2f2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
- name: Check changes
shell: bash
run: |
echo "Adding $(pwd) as safe directory"
git config --global --add safe.directory $(pwd)
git config --system user.name command-bot
git config --system user.email "[email protected]"
Expand Down

0 comments on commit bf2f2aa

Please sign in to comment.