We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80d7ae commit 74252f1Copy full SHA for 74252f1
.github/workflows/coana-guardrail.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Fetch the PR branch
16
run: |
17
- git fetch origin ${{ github.head_ref }}:${{ github.head_ref }} --depth=1
+ git fetch ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.head_ref }}:${{ github.head_ref }} --depth=1
18
19
- name: Get list of changed files relative to the main/master branch
20
id: changed-files
0 commit comments