Skip to content

Commit

Permalink
Removed $ symbol from GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 3, 2024
1 parent 9b3ff64 commit f383ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
join_page_tag_name=$(echo "$response" | jq -r '.tag_name')
join_page_target_commitish=$(echo "$response" | jq -r '.target_commitish')
echo "$join_page_tag_name=${join_page_tag_name}" >> "$GITHUB_OUTPUT"
echo "$join_page_target_commitish=${join_page_target_commitish}" >> "$GITHUB_OUTPUT"
echo "join_page_tag_name=${join_page_tag_name}" >> "$GITHUB_OUTPUT"
echo "join_page_target_commitish=${join_page_target_commitish}" >> "$GITHUB_OUTPUT"
echo "Printing fetched tags:"
echo "join_page_tag_name=${join_page_tag_name}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
echo "Printing fetched tags outputs:"
echo "Current join image tag: ${{ steps.fetch-latest-release-tags.outputs.join_page_tag_name }} ; target_commit: ${{ steps.fetch-latest-release-tags.outputs.join_page_target_commitish }}"
: <<'PRINT_TAGS'
echo "Current server image tag: ${{ steps.fetch-latest-release-tags.outputs.server_tag_name }} ; target_commit: ${{ steps.fetch-latest-release-tags.outputs.server_target_commitish }}"
echo "Current join-page image tag: ${{ steps.fetch-latest-release-tags.outputs.join_page_tag_name }} ; target_commit: ${{ steps.fetch-latest-release-tags.outputs.join_page_target_commitish }}"
Expand Down

0 comments on commit f383ca4

Please sign in to comment.