mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
chore: update continuous-delivery.yml
This commit is contained in:
4
.github/workflows/continuous-delivery.yml
vendored
4
.github/workflows/continuous-delivery.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
uses: peter-evans/create-pull-request@v5-beta
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
commit-message: "chore: update JavaScript plugins"
|
||||
branch: js
|
||||
@@ -45,4 +45,4 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
merge-method: squash
|
||||
merge-method: squash
|
||||
|
||||
Reference in New Issue
Block a user