Skip to content

Commit 582ae4d

Browse files
authored
Update trufflehog-secret-scan.yaml
1 parent 2ef9b09 commit 582ae4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trufflehog-secret-scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
COMMIT_ID: ${{ steps.commit_sha.outputs.sha }}
4646
run: |
4747
echo PULL_NUMBER
48-
echo "$PULL_NUMBER"
48+
echo ${{ github.event.number }}
4949
echo COMMIT_ID
50-
echo "$COMMIT_ID"
50+
echo ${{ steps.commit_sha.outputs.sha }}
5151
curl -L \
5252
-X POST \
5353
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)