We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1376750 commit d98a5ceCopy full SHA for d98a5ce
1 file changed
.github/workflows/testing-farm.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: sclorg/testing-farm-as-github-action@v1
28
with:
29
api_key: ${{ secrets.TF_API_KEY }}
30
- git_url: https://github.com/sclorg/sclorg-testing-farm
31
- git_ref: main
+ git_url: ${{ github.event.repository.html_url }}
+ git_ref: refs/pull/${{ github.event.issue.number }}/head
32
debug: true
0 commit comments