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
6 changes: 3 additions & 3 deletions .github/workflows/update-framework.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update wp-cli framework

on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4

- name: Set up PHP envirnoment
- name: Set up PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
source_branch: update-framework
destination_branch: ${{ github.event.repository.default_branch }}
github_token: ${{ secrets.REPO_GITHUB_TOKEN }}
github_token: ${{ secrets.ACTIONS_BOT }}
pr_title: Update wp-cli framework
pr_body: "**This is an automated pull-request**\n\nUpdates the `wp-cli/wp-cli` framework to the latest changeset."
pr_label: scope:framework
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.