Skip to content

Commit

Permalink
Update to v7 of step (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Jan 6, 2025
1 parent 93a4971 commit c5306f1
Show file tree
Hide file tree
Showing 2 changed files with 1,358 additions and 958 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_READ_TOKEN }}

- name: Update api
run: |
echo ${{ github.event.client_payload.tag }} > api_version.lock
- name: Add + Commit + Open PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: '[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}'
branch: 'workflow/update-protos'
Expand Down
Loading

0 comments on commit c5306f1

Please sign in to comment.