Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mustberuss/patentsview
Browse files Browse the repository at this point in the history
  • Loading branch information
mustberuss committed Dec 29, 2024
2 parents 1046db4 + f583965 commit a30f934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Confirm crew102 triggered the build
run: |
if [ "${{ github.actor }}" == "crew102" ]; then
if [ "${{ github.event.sender.login }}" == "crew102" ]; then
echo "Actor is crew102"
else
echo "Actor is ${{ github.actor }}, failing build."
Expand Down

0 comments on commit a30f934

Please sign in to comment.