Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Sep 28, 2023
1 parent e4f77c2 commit 68cf515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
fi
echo "fromtag=$setfrom">> $GITHUB_OUTPUT
# when using inputs.config directly it does not work and remapping it makes it work
path=${{ inputs.config == 'default' && format('{0}', "$GITHUB_ACTION_PATH/changelog-config.json") || inputs.config }}
path=${{ inputs.config == 'default' && format('{0}', $GITHUB_ACTION_PATH/changelog-config.json) || inputs.config }}
echo "path=path" >> "$GITHUB_OUTPUT"
shell: bash

Expand Down

0 comments on commit 68cf515

Please sign in to comment.