Skip to content

Commit

Permalink
fix: github output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 17, 2022
1 parent ec06735 commit 3de6670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
KS_GIT_REPOSITORY=$GITHUB_REPOSITORY
KS_GIT_REPOSITORY_URLENCODED=$(echo $KS_GIT_REPOSITORY | sed 's/\//\%2f/g')
echo "::set-output env=$ENV"
echo "::set-output name=env::$ENV"
echo "WEBHOOK_URI=$WEBHOOK_URI">>$GITHUB_ENV
echo "KS_WEBHOOK_TOKEN=${{ inputs.webhookToken }}">>$GITHUB_ENV
Expand Down

0 comments on commit 3de6670

Please sign in to comment.