Skip to content

Commit

Permalink
Update update-generated.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Nov 23, 2023
1 parent 5bc4e55 commit 03ca314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Update generated"

on: [push, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
submit-changes:
runs-on: ubuntu-latest
Expand All @@ -24,7 +28,7 @@ jobs:
message: "Updated generated types"
# Push repository changes
- name: Push changes
uses: ad-m/github-push-action@v0.8.0
uses: michijs/.github/.github/actions/pull-and-push@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 03ca314

Please sign in to comment.