Skip to content

Commit

Permalink
Fix branch name (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Dec 25, 2022
1 parent 9ced2b5 commit 38fd325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' ||
github.head_ref == '${{ github.event.repository.default_branch }}'
github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit 38fd325

Please sign in to comment.