Skip to content

Commit

Permalink
fix yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Sep 13, 2022
1 parent 3d1a8aa commit 2fbaf45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fbaf45

Please sign in to comment.