Skip to content

Commit

Permalink
Fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus committed Sep 30, 2024
1 parent c31393b commit 22ab6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
revision=$(jq -r -c .revision versions.json)
echo 'tools=$toolsVersions' >> "$GITHUB_OUTPUT"
echo "tools=$toolsVersions"
echo 'tools=$toolsVersions'
echo 'latest=$latestVersion' >> "$GITHUB_OUTPUT"
echo "latest=$latestVersion"
echo 'latest=$latestVersion'
echo 'revision=$revision' >> "$GITHUB_OUTPUT"
echo "revision=$revision"
echo 'revision=$revision'
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22ab6c8

Please sign in to comment.