Skip to content

Commit

Permalink
Merge pull request #145 from smlx/fix-cd
Browse files Browse the repository at this point in the history
fix: don't unnecessarily change directory
  • Loading branch information
smlx authored May 24, 2024
2 parents 1df9a73 + 07e2ad5 commit 6452b49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
set -eu
# if the first argument to the script is "true", it will push a tag to the repository.
WRITE_TAG="$1"
# https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action#accessing-files-created-by-a-container-action
cd /github/workspace
# if the ccv tag exists, just exit
if [ "$(git tag -l "$(ccv)")" ]; then
echo "new_tag=false" >>"$GITHUB_OUTPUT"
Expand Down

0 comments on commit 6452b49

Please sign in to comment.