Skip to content

Commit

Permalink
Quick change to entrypoint.sh to test action workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Apr 12, 2024
1 parent 48e79ce commit 56871cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ then
fi

# get current commit hash for tag
# Quick comment to test workflow
tag_commit=$(git rev-list -n 1 "$tag" || true )
# get current commit hash
commit=$(git rev-parse HEAD)
Expand Down

0 comments on commit 56871cb

Please sign in to comment.