Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: bn46 <[email protected]>
  • Loading branch information
bn46 authored Oct 9, 2024
1 parent 6daf288 commit 6fc0d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
# Access the JSON string from the secret
SLACK_USERS_MAP="${{ secrets.SLACK_USERS_MAP }}"
# Debug: Print the JSON to ensure it's properly formatted
echo "SLACK_USERS_MAP: $SLACK_USERS_MAP"
# Extract GitHub username of the PR author
GITHUB_USER="${{ github.event.pull_request.user.login }}"
Expand Down

0 comments on commit 6fc0d5f

Please sign in to comment.