Skip to content

Commit cacce15

Browse files
committed
testing with strings
1 parent b2302ee commit cacce15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
id: fatimage_check
6767
run: |
6868
git fetch origin refs/notes/*:refs/notes/*
69-
NEED_NEW_IMAGE=false
69+
NEED_NEW_IMAGE="false"
7070
set +e
7171
if git notes show ; then
7272
HEAD_NOTES=$(git notes show)
7373
if [[ $HEAD_NOTES == "timestamp_bump_commit" ]] ; then
74-
NEED_NEW_IMAGE=true
74+
NEED_NEW_IMAGE="true"
7575
fi
7676
fi
7777
set -e

0 commit comments

Comments
 (0)