Skip to content

Commit 5e30df8

Browse files
committedJan 26, 2024
feat: Add PREVIOUS_REVISION to environment
1 parent bc2616f commit 5e30df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ echo "${PIP_CMD[@]}"
3535
echo "Commitizen version: $(cz version)"
3636

3737
PREV_REV="$(cz version --project)"
38+
echo "PREVIOUS_REVISION=${PREV_REV}" >>"$GITHUB_ENV"
3839

3940
CZ_CMD=('cz')
4041
if [[ $INPUT_DEBUG == 'true' ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.