We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148f32a commit 38b3d97Copy full SHA for 38b3d97
.github/workflows/pr.yml
@@ -12,8 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
with:
15
- ref: ${{ github.event.workflow_run.outputs.pr-branch }}
16
- repository: ${{ github.event.workflow_run.outputs.repo-name }}
+ ref: ${{ 'refs/pull/' + github.event.workflow_run.outputs.pr-number + '/head' }}
17
- name: Install Flutter
18
uses: subosito/flutter-action@v2
19
0 commit comments