-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
actions on push branches single value not triggering #33657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Should I close this as https://gitea.com/gitea/act/pulls/129 is merged? |
Both act_runner and gitea need to be updated before we can proceed with closing this issue. |
lunny
added a commit
that referenced
this issue
Mar 1, 2025
chhe
pushed a commit
to chhe/act
that referenced
this issue
Mar 5, 2025
This bug was reported on go-gitea/gitea#33657 Rewrite of (see below) was missing in this commit https://gitea.com/gsvd/act/commit/6cdf1e5788dbfa8fe9787a07178c28b64837a61f ```go case string: acts[act] = []string{b} ``` Reviewed-on: https://gitea.com/gitea/act/pulls/129 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Guillaume S. <me@gsvd.dev> Co-committed-by: Guillaume S. <me@gsvd.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Up until gitea 1.22 following action config was valid and triggert on a push to master.
After updating to 1.23 this no longer triggers a build.
Workaround:
The "workaround" is simple and may be the (only) correct thing.
But the changelog did not mention this change, so I suspect it being a regression.
I am fine with either, but it should be fixed OR mentioned as breaking change 🙃
Gitea Version
1.23.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.47.2
Operating System
alpine lxc
How are you running Gitea?
docker compose
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: