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.
generate-docker-image-tags
1 parent 83d83d1 commit 19f43dbCopy full SHA for 19f43db
generate-docker-image-tags/action.yml
@@ -63,6 +63,7 @@ runs:
63
- name: Get PR Number
64
id: get-pr-number
65
shell: bash
66
+ if: ${{ inputs.shortcut-api-token }}
67
env:
68
GITHUB_TOKEN: ${{ github.token }}
69
run: |
0 commit comments