Skip to content
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

Several fixes for repository_dispatch #4

Merged
merged 2 commits into from Jan 12, 2020

Conversation

TrueBrain
Copy link
Member

Currently it was always pushing "master" to "production", which is double wrong.

With this change, it pushes "master" to "staging", and "latest_tag" to "production" again.

This time it is tested :)

Turns out that "action" is both in "context" as in "payload". The
assumption was the first was the right field; turned out to be the
latter. In result, repository_dispatch mixed up "latest_tag" vs
"master", resulting in weird behaviour.
@TrueBrain TrueBrain merged commit be56082 into OpenTTD:master Jan 12, 2020
@TrueBrain TrueBrain deleted the fix_dispatch_master branch January 12, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant