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.
2 parents fae2e30 + beb29d5 commit f6cf50fCopy full SHA for f6cf50f
.github/workflows/build-extensions.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Commit and push built extensions
78
# Only commit on push to main/develop branches, not on PRs
79
- if: github.event_name == 'push' || github.event.inputs.force_rebuild == 'true'
+ if: github.event_name == 'push' || github.event.inputs.force_rebuild
80
run: |
81
git config --local user.email "action@github.com"
82
git config --local user.name "GitHub Action"
0 commit comments