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 f6daa08 commit a33a9bcCopy full SHA for a33a9bc
.github/workflows/bump-versions.yml
@@ -39,8 +39,8 @@ jobs:
39
run: |
40
echo "sqlite_database_integration_version=$(jq -r .sqlite_database_integration_version versions.json)" >> "$GITHUB_OUTPUT"
41
echo "wordpress_version=$(jq -r .wordpress_version versions.json)" >> "$GITHUB_OUTPUT"
42
- echo "Diff: $(git diff)"
43
echo "needs_update=`git status --porcelain`" >> "$GITHUB_OUTPUT"
+ echo "Diff: $(git diff)"
44
45
- name: "Push changes to branch main"
46
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments