Skip to content

Commit d98a5ce

Browse files
committed
updated
1 parent 1376750 commit d98a5ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing-farm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: sclorg/testing-farm-as-github-action@v1
2828
with:
2929
api_key: ${{ secrets.TF_API_KEY }}
30-
git_url: https://github.com/sclorg/sclorg-testing-farm
31-
git_ref: main
30+
git_url: ${{ github.event.repository.html_url }}
31+
git_ref: refs/pull/${{ github.event.issue.number }}/head
3232
debug: true

0 commit comments

Comments
 (0)