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 b6df16b commit 26ccdb0Copy full SHA for 26ccdb0
.github/workflows/testing-farm.yaml
@@ -105,6 +105,6 @@ jobs:
105
pull_request_status_name: "Fedora container upgrade test"
106
update_pull_request_status: "true"
107
create_github_summary: "true"
108
- variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};"
+ variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.pull_request.head.sha }};"
109
110
0 commit comments