diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 1a15100..13cdc2e 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -61,12 +61,12 @@ jobs: - name: update timestamp if needed run: | - if [[ $(git diff --stat) != '' ]]; then - echo 'git dirty, updating timestamp' - date +%s > "timestamp.txt" - else - echo 'no git changes, no timestamp update needed' - fi + if [[ $(git diff --stat) != '' ]]; then + echo 'git dirty, updating timestamp' + date +%s > "timestamp.txt" + else + echo 'no git changes, no timestamp update needed' + fi # Runs a set of commands using the runners shell - name: Check git diff