Skip to content

Commit

Permalink
Quick change to entrypoint.sh to test action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Apr 12, 2024
1 parent 1ee8655 commit a58b674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
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 a58b674

Please sign in to comment.