Skip to content

Commit

Permalink
Merge pull request #166 from ekristen/ci-use-github-app2
Browse files Browse the repository at this point in the history
ci: fix branch for push action
  • Loading branch information
ekristen authored May 7, 2024
2 parents 6884c84 + 43668da commit 3d5b0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-sdk-mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
- name: git-push
uses: ad-m/github-push-action@master
with:
github_token: ${{ steps.generate_token.outputs.token }}
github_token: ${{ steps.generate_token.outputs.token }}
branch: ${{ github.ref }}

0 comments on commit 3d5b0a3

Please sign in to comment.