Skip to content

Commit d1cf9cf

Browse files
authored
Fix formatting in test.yml workflow
1 parent 35802d9 commit d1cf9cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- name: "Extracting the merge base into 'SINCE'"
1919
id: since
2020
env:
21-
PR_REF: ${{ github.event.pull_request.head.ref }}
22-
21+
PR_REF: ${{ github.event.pull_request.head.ref }}
2322
run: |
2423
if [ -z $PR_REF ]
2524
then

0 commit comments

Comments
 (0)