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 5134977 commit 16150aaCopy full SHA for 16150aa
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
if: ${{ fromJson(inputs.github).event_name == 'pull_request_target' }}
40
with:
41
- ref: "refs/pull/${{ input.github.event.number }}/merge"
+ ref: "refs/pull/${{ fromJson(inputs.github).event.number }}/merge"
42
43
- name: Login to GitHub Container Registry
44
uses: docker/login-action@v3
0 commit comments