Skip to content

Commit

Permalink
fix: /integrate command error
Browse files Browse the repository at this point in the history
github action更新导致,更新应用流程版本解决
  • Loading branch information
hudeng-go committed Apr 25, 2024
1 parent af94d3b commit 8747905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-integration-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
git diff .
- name: Create or update integration pr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6.0.4
id: cpr
with:
token: ${{ steps.integration_token.outputs.app_token }}
Expand Down

0 comments on commit 8747905

Please sign in to comment.