Skip to content

Commit

Permalink
Merge branch 'master' into chore/release-notes-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Dec 13, 2023
2 parents 0a30a95 + 20c7a50 commit 5744d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/tag-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
using: composite

steps:
- id: check
- id: tag-exists
shell: bash
run: |
GET_API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/git/ref/tags/${TAG_NAME}"
Expand All @@ -33,4 +33,4 @@ runs:
fi
env:
TAG_NAME: ${{ inputs.tag }}
GITHUB_TOKEN: ${{ inputs.token }}
GITHUB_TOKEN: ${{ inputs.token }}

0 comments on commit 5744d43

Please sign in to comment.