File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 echo "commit_count=$COMMIT_COUNT" >> $GITHUB_OUTPUT
4646 echo "last_beta=$LAST_BETA" >> $GITHUB_OUTPUT
4747
48- if [ "$COMMIT_COUNT" -gt 0 ] || [ "${{ github.event.inputs.force_build == 'true' }}" = "true" ]; then
48+ if [ "$COMMIT_COUNT" -gt 0 ] || [ "${{ github.event.inputs.force_build }}" = "true" ]; then
4949 echo "has_changes=true" >> $GITHUB_OUTPUT
5050 else
5151 echo "has_changes=false" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 4646 echo "Commits since last alpha: $COMMIT_COUNT"
4747 echo "commit_count=$COMMIT_COUNT" >> $GITHUB_OUTPUT
4848
49- if [ "$COMMIT_COUNT" -gt 0 ] || [ "${{ github.event.inputs.force_build == 'true' }}" = "true" ]; then
49+ if [ "$COMMIT_COUNT" -gt 0 ] || [ "${{ github.event.inputs.force_build }}" = "true" ]; then
5050 echo "has_changes=true" >> $GITHUB_OUTPUT
5151 echo "✅ Changes detected, proceeding with nightly build"
5252 else
You can’t perform that action at this time.
0 commit comments