Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Janiszewski <[email protected]>
  • Loading branch information
DerekTBrown and janisz authored Mar 6, 2024
1 parent a6321c1 commit 82a50db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
# Caching is disabled in order not to receive stale responses from Varnish cache fronting GitHub API.
RELEASE_HEADER=''
if [ ! -z "${{github.token}}" ]; then
RELEASE_HEADER="--header 'authorization: Bearer ${{ github.token }}'"
RELEASE_HEADER=("--header" "'authorization: Bearer ${{ github.token }}'")
fi
RELEASE_INFO="$(curl --silent --show-error --fail \
--header 'Cache-Control: no-cache, must-revalidate' \
Expand Down

0 comments on commit 82a50db

Please sign in to comment.