Skip to content

Commit

Permalink
new use rule
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 16, 2024
1 parent 2b7f139 commit c9cb6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
echo "PR_AUTHOR=$PR_AUTHOR"
if [[ "$PR_AUTHOR" == "youtalk" ]]; then
echo "Author is target-user"
echo "::set-output name=author-found::true"
echo "author-foud=true" >> $GITHUB_OUTPUT
else
echo "Author is not target-user"
echo "::set-output name=author-found::false"
echo "author-foud=false" >> $GITHUB_OUTPUT
fi
shell: bash

Expand Down

0 comments on commit c9cb6a0

Please sign in to comment.