Skip to content

Commit

Permalink
Try again to look up the identity of the person triggering the build
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed Dec 28, 2024
1 parent 9da4f5b commit f583965
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 f583965

Please sign in to comment.