Skip to content

Commit 16150aa

Browse files
committed
checkout new pr
1 parent 5134977 commit 16150aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
if: ${{ fromJson(inputs.github).event_name == 'pull_request_target' }}
4040
with:
41-
ref: "refs/pull/${{ input.github.event.number }}/merge"
41+
ref: "refs/pull/${{ fromJson(inputs.github).event.number }}/merge"
4242

4343
- name: Login to GitHub Container Registry
4444
uses: docker/login-action@v3

0 commit comments

Comments
 (0)