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 1473d32 commit 0ba5d20Copy full SHA for 0ba5d20
.github/workflows/testing-farm.yaml
@@ -91,14 +91,15 @@ jobs:
91
uses: actions/checkout@v4
92
with:
93
ref: ${{ github.event.pull_request.head.sha }}
94
-
95
- - name: Test upgrade on Fedora container
+ - name: Debug refs
96
run: |
97
echo "event_name=${{ github.event_name }}"
98
echo "base=${{ github.event.pull_request.base.sha }}"
99
echo "head=${{ github.event.pull_request.head.sha }}"
100
echo "ref=${{ github.ref }}"
101
echo "sha=${{ github.sha }}"
+
102
+ - name: Test upgrade on Fedora container
103
uses: sclorg/testing-farm-as-github-action@main
104
105
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
0 commit comments