Skip to content

Commit 4eb6452

Browse files
Alistair Lowcarlewis
Alistair Low
authored andcommitted
Remove workaround to repository name
1 parent 7950982 commit 4eb6452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- coverity_fix
89

910
permissions: read-all
1011

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

0 commit comments

Comments
 (0)