Skip to content

Commit

Permalink
adding fetch depth to compare with main
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangov committed Jul 2, 2024
1 parent 7f86bd5 commit 5ca6404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hero-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
repository: jordangov/defcon-poc
# token needss to be able read repo contents, write to PRs, and read secrets
token: ${{secrets.GH_TOKEN}}
# fetch-depth: 0
fetch-depth: 0
- name: Run script
run: |
SUBMISSION=`git diff main | awk '/${{github.actor}}/{ print $3 }'`
Expand Down

0 comments on commit 5ca6404

Please sign in to comment.