Skip to content

Commit

Permalink
GHA: correct the variable for tags
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
(cherry picked from commit c3db9ad)
  • Loading branch information
Vicente-Cheng authored and bk201 committed Feb 12, 2025
1 parent f175e19 commit a00afe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "Harvester base OS needs to update."
echo ""
echo "**Solution:**"
echo "Bump OS image to [${{ env.IMAGE_NAME }}](https://github.com/harvester/os2/releases/tag/${{ env.TEST_TAG }})."
echo "Bump OS image to [${{ env.IMAGE_NAME }}](https://github.com/harvester/os2/releases/tag/${{ inputs.tag }})."
echo ""
echo "**Related Issue:**"
echo ""
Expand Down

0 comments on commit a00afe1

Please sign in to comment.