Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulpatidar0191 authored Apr 4, 2024
1 parent cdd7595 commit 0b4931f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- name: Find slack user email
run: |
github_username=${{ github.event.pull_request.user.login }}${{ github.event.issue.user.login }} #only value is accessible at a time
github_username=${{ github.event.pull_request.user.login }}${{ github.event.issue.user.login }} #only one of this value is accessible at a time
# Define mapping for frontend devs
declare -A mapping=(
Expand Down

0 comments on commit 0b4931f

Please sign in to comment.