fix: wrong variable format

i'm dumb
This commit is contained in:
Constrat
2024-07-26 22:16:13 +02:00
parent 6b45554b45
commit a1a83784d3

View File

@@ -74,7 +74,7 @@ jobs:
fi
git commit -m "$commit_msg" -m "[skip changelog]"
git pull origin $(git rev-parse --abbrev-ref HEAD) --unshallow --rebase
echo "have_commits=True" >> $GITHUB_ENV
echo "have_commits=True" >> $GITHUB_OUTPUT
fi
- name: Push changes