Skip to content

Commit 370c850

Browse files
authored
Merge pull request #54 from workos/nicknisi/coana-workflows-revised-forks
Add coana-guardrail and coana-analysis workflows
2 parents 96c1f7c + 8bf0b29 commit 370c850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coana-guardrail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Fetch the PR branch
1616
run: |
17-
git fetch origin ${{ github.head_ref }}:${{ github.head_ref }} --depth=1
17+
git fetch ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.head_ref }}:${{ github.head_ref }} --depth=1
1818
1919
- name: Get list of changed files relative to the main/master branch
2020
id: changed-files

0 commit comments

Comments
 (0)