Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 8, 2024
1 parent c970763 commit 31df220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ runs:
echo "Version found: $version"
echo "version=$version" >> "$GITHUB_OUTPUT"
echo postfix="$VER+$SHA" >> "$GITHUB_OUTPUT"
echo postfix="$version+$sha" >> "$GITHUB_OUTPUT"
echo "Postfix found: $postfix"
echo name=$TEMPLATE_NAME@$POSTFIX >> "$GITHUB_OUTPUT"
echo name=$TEMPLATE_NAME@$postfix >> "$GITHUB_OUTPUT"
echo "Name found: $name"
# Update version in Makefile
Expand Down

0 comments on commit 31df220

Please sign in to comment.