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

String literals need to be inside single-quotes #319

Merged
merged 2 commits into from
Jan 21, 2022
Merged

String literals need to be inside single-quotes #319

merged 2 commits into from
Jan 21, 2022

Conversation

wushujames
Copy link
Contributor

Per https://docs.github.com/en/actions/learn-github-actions/expressions#literals
string You must use single quotes. Escape literal single-quotes with a single quote.

Per https://docs.github.com/en/actions/learn-github-actions/expressions#literals
string	You must use single quotes. Escape literal single-quotes with a single quote.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing a fix. Could you include a test that covers your changes.

@wushujames
Copy link
Contributor Author

This is a documentation change. I don't know how to create a test for it.

Is this the right way to modify the README.md, or is there another way that this should be done?

@jackton1
Copy link
Member

@wushujames Thanks for updating the README.md, you don't have to include any test for your changes.

Looks good. 👍

@jackton1
Copy link
Member

@all-contributors please add @wushujames for docs

@allcontributors
Copy link
Contributor

@jackton1

I've put up a pull request to add @wushujames! 🎉

@jackton1 jackton1 merged commit 204ed81 into tj-actions:main Jan 21, 2022
@wushujames wushujames deleted the patch-1 branch May 20, 2023 08:29
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