Skip to content

Commit

Permalink
Update ios-selfhosted-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarek41 authored Oct 24, 2024
1 parent d617c08 commit d05255f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ios-selfhosted-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
name: Check latest commit is less than a day
run: |

Check failure on line 48 in .github/workflows/ios-selfhosted-build.yml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2086:info:1:28: Double quote to prevent globbing and word splitting
sha=$(git rev-list --after="24 hours" "$GITHUB_SHA")
if test -z "$sha"; then
echo "should_run=false" >> $GITHUB_ENV
fi
echo "should_run=false" >> $GITHUB_ENV
env:
GITHUB_SHA: ${{ github.sha }}
build:
Expand Down

0 comments on commit d05255f

Please sign in to comment.