Skip to content

Commit 1816fd8

Browse files
authored
Merge pull request #51 from Adyen/n-marton-patch-1
fix truffle
2 parents 7996123 + 748ef0b commit 1816fd8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/truffle_hog.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
continue-on-error: true
2323
with:
2424
path: ./
25-
base: "${{ github.event.repository.default_branch }}"
26-
head: HEAD
2725

2826
- name: Scan Results Status
2927
if: steps.trufflehog.outcome == 'failure'
30-
run: exit 1
28+
run: exit 1

0 commit comments

Comments
 (0)