Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
id: pr
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
id: pr
if: env.FILES_CHANGED == 'true'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
id: pr
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down
Loading