diff --git a/action.yml b/action.yml index 7a79bb4..0733e7e 100644 --- a/action.yml +++ b/action.yml @@ -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=(