Skip to content

Commit 1473d32

Browse files
committed
Fix space in debug refs
1 parent 02590e6 commit 1473d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-farm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
ref: ${{ github.event.pull_request.head.sha }}
9494

9595
- name: Test upgrade on Fedora container
96-
run: |
96+
run: |
9797
echo "event_name=${{ github.event_name }}"
9898
echo "base=${{ github.event.pull_request.base.sha }}"
9999
echo "head=${{ github.event.pull_request.head.sha }}"

0 commit comments

Comments
 (0)