mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-08-18 05:21:22 +08:00
Merge pull request #260 from wp-cli/dependabot/github_actions/actions/checkout-5
This commit is contained in:
commit
ecad654f41
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint-gherkin.yml
vendored
2
.github/workflows/lint-gherkin.yml
vendored
|
@ -8,6 +8,6 @@ jobs:
|
|||
name: Lint Gherkin Feature files
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm run lint
|
||||
|
|
|
@ -108,7 +108,7 @@ class ScaffoldPackageCommand {
|
|||
|
||||
$package_root = dirname( __DIR__ );
|
||||
$template_path = $package_root . '/templates/';
|
||||
$wp_cli_yml = <<<EOT
|
||||
$wp_cli_yml = <<<'EOT'
|
||||
require:
|
||||
- hello-world-command.php
|
||||
EOT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue