We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efd678 commit 533bb7cCopy full SHA for 533bb7c
.github/workflows/update-timestamps.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
NEED_NEW_IMAGE=false
69
set +e
70
- if $(git notes show) ; then
+ if git notes show ; then
71
HEAD_NOTES=$(git notes show)
72
if [[ $HEAD_NOTES == "timestamp_bump_commit" ]] ; then
73
NEED_NEW_IMAGE=true
0 commit comments