Skip to content

Commit

Permalink
Fix placeholder names
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Nov 3, 2023
1 parent 20fae00 commit dde1408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .templates/svn-deploy-plugin-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '%%phpVersion%%'
php-version: '%%pluginPhpVersion%%'
coverage: none
tools: composer, cs2pr

Expand Down
2 changes: 1 addition & 1 deletion .templates/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '%%phpVersion%%'
php-version: '%%pluginPhpVersion%%'
coverage: none
tools: composer, cs2pr

Expand Down
2 changes: 1 addition & 1 deletion .templates/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '%%phpVersion%%'
php-version: '%%pluginPhpVersion%%'
coverage: none
tools: composer, cs2pr

Expand Down

0 comments on commit dde1408

Please sign in to comment.