File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261 - name : Check out phar repository
262262 uses : actions/checkout@v4
263263 with :
264- repository : wp-cli/phar
264+ repository : wp-cli/wp-cli-shim
265265 token : ${{ secrets.ACTIONS_BOT }}
266266
267267 - name : Download WP-CLI version
@@ -272,17 +272,17 @@ jobs:
272272 - name : Download built Phar file
273273 uses : actions/download-artifact@v3
274274 with :
275- name : wp-cli-phar
275+ name : wp
276276
277277 - name : Make built Phar executable
278278 run : |
279- chmod +x wp-cli.phar
279+ chmod +x wp
280280
281281 - name : Commit files
282282 run : |
283283 git config --local user.email "action@github.com"
284284 git config --local user.name "GitHub Action"
285- git add wp-cli.phar
285+ git add wp
286286 git commit -m "phar build: $GITHUB_REPOSITORY@$GITHUB_SHA"
287287
288288 - name : Tag stable release
@@ -294,7 +294,7 @@ jobs:
294294 with :
295295 github_token : ${{ secrets.ACTIONS_BOT }}
296296 branch : gh-pages
297- repository : wp-cli/phar
297+ repository : wp-cli/wp-cli-shim
298298
299299 build-rpm : # ------------------------------------------------------------------
300300 name : Build RPM package
You can’t perform that action at this time.
0 commit comments