Skip to content

Commit

Permalink
use repo owner instead of user
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahvita committed Sep 26, 2023
1 parent ea4b494 commit 7a0c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Find smithy-go
env:
TRIGGERING_ACTOR: ${{ github.triggering_actor }}
TRIGGERING_ACTOR: ${{ github.event.pull_request.head.repo.owner }}
RUNNER_TMPDIR: ${{ runner.temp }}
run: ./ci-find-smithy-go.sh

Expand Down

0 comments on commit 7a0c918

Please sign in to comment.