Skip to content

Commit f849d25

Browse files
committed
Update pr workflow #5
1 parent 38b3d97 commit f849d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:
15-
ref: ${{ 'refs/pull/' + github.event.workflow_run.outputs.pr-number + '/head' }}
15+
ref: 'refs/pull/${{ github.event.workflow_run.outputs.pr-number }}/head'
1616
- name: Install Flutter
1717
uses: subosito/flutter-action@v2
1818
with:

0 commit comments

Comments
 (0)