Skip to content

Commit

Permalink
Fix generate-docker-image-tags API calls (#59)
Browse files Browse the repository at this point in the history
Only `get-pr-number` if a shortcut token exists
  • Loading branch information
michaelvu97 authored Nov 20, 2023
1 parent 83d83d1 commit 19f43db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-docker-image-tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ runs:
- name: Get PR Number
id: get-pr-number
shell: bash
if: ${{ inputs.shortcut-api-token }}
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
Expand Down

0 comments on commit 19f43db

Please sign in to comment.