Skip to content

Commit 0ba5d20

Browse files
committed
Add debug refs name
1 parent 1473d32 commit 0ba5d20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing-farm.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ jobs:
9191
uses: actions/checkout@v4
9292
with:
9393
ref: ${{ github.event.pull_request.head.sha }}
94-
95-
- name: Test upgrade on Fedora container
94+
- name: Debug refs
9695
run: |
9796
echo "event_name=${{ github.event_name }}"
9897
echo "base=${{ github.event.pull_request.base.sha }}"
9998
echo "head=${{ github.event.pull_request.head.sha }}"
10099
echo "ref=${{ github.ref }}"
101100
echo "sha=${{ github.sha }}"
101+
102+
- name: Test upgrade on Fedora container
102103
uses: sclorg/testing-farm-as-github-action@main
103104
with:
104105
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}

0 commit comments

Comments
 (0)