We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811ca25 commit 7b7569bCopy full SHA for 7b7569b
.github/workflows/bulwark-gitleaks-pr-validation.yaml
@@ -28,7 +28,7 @@ jobs:
28
if: github.event.pull_request.head.repo.full_name != github.repository
29
shell: sh
30
run: |
31
- git clone https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git -b ${BRANCH}
+ git clone https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git -b ${BRANCH} ${REPO}
32
cd ${REPO}
33
git remote add scRepo https://github.com/${{ github.repository }}.git
34
git fetch scRepo
@@ -45,4 +45,4 @@ jobs:
45
exit 1
46
else
47
echo "GitLeaks validation check passed"
48
- fi
+ fi
0 commit comments