We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc2616f + 5e30df8 commit 5329248Copy full SHA for 5329248
entrypoint.sh
@@ -35,6 +35,7 @@ echo "${PIP_CMD[@]}"
35
echo "Commitizen version: $(cz version)"
36
37
PREV_REV="$(cz version --project)"
38
+echo "PREVIOUS_REVISION=${PREV_REV}" >>"$GITHUB_ENV"
39
40
CZ_CMD=('cz')
41
if [[ $INPUT_DEBUG == 'true' ]]; then
0 commit comments