Skip to content

Commit

Permalink
user/repo check
Browse files Browse the repository at this point in the history
  • Loading branch information
mustberuss committed Jan 1, 2025
1 parent 0e0a194 commit b163753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-orig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Confirm crew102 triggered the build when on ropensci
run: |
if [ "${{ github.event.repository.full_name }} != "ropensci/patentsview" ] || [ github.event.sender.login == "crew102" }} ]; then
if [ "${{ github.event.repository.full_name }}" != "ropensci/patentsview" ] || [ "${{ github.event.sender.login }}" == "crew102" }} ]; then
echo "Actor ${{ github.actor }} is allowed on ${{ github.event.repository.full_name }}"
else
echo "Actor ${{ github.actor }} is not allowed on ${{ github.event.repository.full_name }}, failing build."
Expand Down

0 comments on commit b163753

Please sign in to comment.