Skip to content

Commit

Permalink
Remove workaround to repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Low authored and carlewis committed May 13, 2024
1 parent 7950982 commit 4eb6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- coverity_fix

permissions: read-all

Expand All @@ -15,7 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
with:
project: Template-Repo
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
working-directory: 'cpp_source'

0 comments on commit 4eb6452

Please sign in to comment.