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

docs(README): remove extra space in variable syntax in example #201

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

cgarcia-l
Copy link
Contributor

Fix syntax error in GitHub Actions example in README

This PR fixes a syntax error in the "Create a git committer string for an app installation" example in the README file.

What was wrong?

The example contained an incorrect space in the variable syntax:

${ {steps.committer.outputs.string }}  

This caused the example to fail, as GitHub Actions does not allow spaces in variable interpolation.

What was fixed?

The syntax was corrected to:

${{ steps.committer.outputs.string }}  

This fix ensures that users can copy and use the example without encountering any errors.

Verified

This commit was signed with the committer’s verified signature.
@cgarcia-l cgarcia-l requested review from gr2m, parkerbxyz and a team as code owners January 24, 2025 11:42
Copy link
Contributor

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@gr2m gr2m changed the title fix(docs): remove extra space in variable syntax in README example docs(README): remove extra space in variable syntax in README example Jan 24, 2025
@gr2m gr2m changed the title docs(README): remove extra space in variable syntax in README example docs(README): remove extra space in variable syntax in example Jan 24, 2025
@gr2m gr2m merged commit bb3ca76 into actions:main Jan 24, 2025
2 checks passed
@create-app-token-action-releaser

🎉 This PR is included in version 1.11.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants