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

Fix gh-actions mysql8 workflow #1788

Merged
merged 1 commit into from
May 21, 2020
Merged

Fix gh-actions mysql8 workflow #1788

merged 1 commit into from
May 21, 2020

Conversation

MasterOdin
Copy link
Member

#1782 broke the mysql8 github actions workflow as it converted the environment variable to an invalid yaml key/value, using a = instead of a : between the key and value in a dictionary.

Example of broken run: https://github.com/cakephp/phinx/actions/runs/107320570

@othercorey
Copy link
Member

Thanks!

Seems like malformed github actions yml should show up as an error instead of 0 runs.

@othercorey othercorey added this to the 0.12.x milestone May 21, 2020
@othercorey othercorey merged commit 75a974e into cakephp:master May 21, 2020
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.

2 participants