Skip to content

Commit 38b3d97

Browse files
committed
Update pr workflow #4
1 parent 148f32a commit 38b3d97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:
15-
ref: ${{ github.event.workflow_run.outputs.pr-branch }}
16-
repository: ${{ github.event.workflow_run.outputs.repo-name }}
15+
ref: ${{ 'refs/pull/' + github.event.workflow_run.outputs.pr-number + '/head' }}
1716
- name: Install Flutter
1817
uses: subosito/flutter-action@v2
1918
with:

0 commit comments

Comments
 (0)