mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 02:20:24 +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
|
name: Lint Gherkin Feature files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
|
|
@ -108,7 +108,7 @@ class ScaffoldPackageCommand {
|
||||||
|
|
||||||
$package_root = dirname( __DIR__ );
|
$package_root = dirname( __DIR__ );
|
||||||
$template_path = $package_root . '/templates/';
|
$template_path = $package_root . '/templates/';
|
||||||
$wp_cli_yml = <<<EOT
|
$wp_cli_yml = <<<'EOT'
|
||||||
require:
|
require:
|
||||||
- hello-world-command.php
|
- hello-world-command.php
|
||||||
EOT;
|
EOT;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue