Closed SlinToWin closed 2 years ago
Thanks for reporting! I almost expected this to happen for users of GitHub Enterprise. :/
GitHub introduced some changes on how output variables have to be declared. This has been changed in #252 and v4.15.2
.
As a GitHub Enterprise user, your Actions runner needs to be updated. I added a comment in the release discussion about this: https://github.com/stefanzweifel/git-auto-commit-action/discussions/253#discussioncomment-3939231
To make things easier, I will temporarily point v4
back to v4.15.1
and re-add the old syntax.
The deprecated syntax to set output variables will not be removed until June 2023.
v4
now points to v4.15.1
(https://github.com/stefanzweifel/git-auto-commit-action/commit/fd157da78fa13d9383e5580d1fd1184d89554b51) again.
Hi @stefanzweifel Great to here that, i will open an Issue on our Infrastructure provider to update the runners. Thanks for the detailed explanation :) I will close the issue as this is not a bug.
Best Konrad
git-auto-commit Version
v4.15.2
Machine Type
Ubuntu (eg. ubuntu-latest)
Bug description
Hello, we have a regression bug with the latest patch version v4.15.2 The outcome is an error on the autocommit step preventing the commit.
We use the autocommit action in an enterprise GH installation.
We pinned currently the version to v4.15.1 but would like to use v4 tag again.
Steps to reproduce
Just using the 4.15.2 in a GH Enterprise environment
Tried solutions
No response
Example Workflow
Relevant log output