Skip to content

Commit

Permalink
fix: use absolute container path for default config file
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <[email protected]>
  • Loading branch information
sarnold committed Feb 27, 2021
1 parent 3b0a38e commit e32e315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genchangelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Found: ${GIT_VERSION}"
NUM_TAGS=$(git tag -l | wc -l)
echo "Number of tags found: ${NUM_TAGS}"

CONFIG_FILE="gitchangelog-release.rc"
CONFIG_FILE="/gitchangelog-release.rc"
if [[ -n "$INPUT_CONFIG_FILE" ]]; then
GITCHANGELOG_CONFIG_FILENAME="${INPUT_CONFIG_FILE}"
else
Expand Down

0 comments on commit e32e315

Please sign in to comment.