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 45
45
echo "commit_count=$COMMIT_COUNT" >> $GITHUB_OUTPUT
46
46
echo "last_beta=$LAST_BETA" >> $GITHUB_OUTPUT
47
47
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
49
49
echo "has_changes=true" >> $GITHUB_OUTPUT
50
50
else
51
51
echo "has_changes=false" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 46
46
echo "Commits since last alpha: $COMMIT_COUNT"
47
47
echo "commit_count=$COMMIT_COUNT" >> $GITHUB_OUTPUT
48
48
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
50
50
echo "has_changes=true" >> $GITHUB_OUTPUT
51
51
echo "✅ Changes detected, proceeding with nightly build"
52
52
else
You can’t perform that action at this time.
0 commit comments