Skip to content

Commit

Permalink
fix(action): Update user to not link to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq authored Mar 21, 2023
1 parent fed1808 commit d0a19a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
result=${{ steps.is_organization_member.outputs.result }}
if [ $result == false ]; then
user=${{ github.event.pull_request.head.user.login }}
user=${{ github.actor }}
echo Either ${user} is not part of the Canadian-Geospatial-Platform organization
echo or ${user} has its Organization Visibility set to Private at
echo https://github.com/orgs/Canadian-Geospatial-Platform/people?query=${user}
Expand Down

0 comments on commit d0a19a7

Please sign in to comment.