Skip to content

Commit

Permalink
log json
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 16, 2024
1 parent c9cb6a0 commit a3fe2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
id: author-check
run: |
PR_AUTHOR=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
echo $(jq "$GITHUB_EVENT_PATH")
echo "PR_AUTHOR=$PR_AUTHOR"
if [[ "$PR_AUTHOR" == "youtalk" ]]; then
echo "Author is target-user"
Expand Down

0 comments on commit a3fe2b8

Please sign in to comment.