Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 31, 2023
1 parent e80c767 commit b59492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

OUTPUT_PATH="cliff.toml"

if [[ ! -f "$OUTPUT_PATH" ]];
if [[ ! -f "$OUTPUT_PATH" ]]; then
sed 's@REPOSITORY_URL@'"$INPUT_REPOSITORY_URL"'@g' cliff-template.toml > "$OUTPUT_PATH"

echo "output_path=$OUTPUT_PATH" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b59492b

Please sign in to comment.