Skip to content

Commit 56871cb

Browse files
Quick change to entrypoint.sh to test action workflow (#2)
1 parent 48e79ce commit 56871cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ then
125125
fi
126126

127127
# get current commit hash for tag
128+
# Quick comment to test workflow
128129
tag_commit=$(git rev-list -n 1 "$tag" || true )
129130
# get current commit hash
130131
commit=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)