We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e038 commit 20924eeCopy full SHA for 20924ee
.github/workflows/regenerate-handbook.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Install Composer dependencies
26
run: composer install --no-dev
27
+ # Needed to set up the autoloader for bin/command.php
28
29
- name: Download WP-CLI nightly
30
run: |
@@ -45,7 +46,7 @@ jobs:
45
46
- name: Check for changes
47
id: changes
48
- git diff --exit-code --quiet || echo "has_changes=true" >> $GITHUB_OUTPUT
49
+ git diff --exit-code --quiet HEAD || echo "has_changes=true" >> $GITHUB_OUTPUT
50
51
- name: Commit changes
52
if: steps.changes.outputs.has_changes == 'true'
0 commit comments