Skip to content

Commit

Permalink
fix: param output
Browse files Browse the repository at this point in the history
  • Loading branch information
karczuRF committed Jul 2, 2024
1 parent 39a7381 commit 9e25c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-tapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "Param: $PARAM"
echo "name=${NAME}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "version=${PARAM}" >> $GITHUB_OUTPUT
echo "param=${PARAM}" >> $GITHUB_OUTPUT
check-tapp:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e25c26

Please sign in to comment.