Skip to content

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.

@cgarcia-l cgarcia-l requested review from a team, gr2m and parkerbxyz 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.

2 participants