Fix template variables in pass-job-outputs.md#39698
Conversation
These were rendered as just `$` in the output HTML. See github@ad6f889#diff-60d2ad0fd3412116cc786ec81cf58060a950d1605eff32c64cb5bc2324e42b17
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes template variable rendering issues in the GitHub Actions documentation by adding {% raw %} blocks around workflow variables. The variables were previously rendering as just $ in the output HTML instead of displaying the intended template syntax.
Key Changes
- Added
{% raw %}...{% endraw %}blocks around workflow template variables to prevent Jekyll from processing them - Fixed four instances of variables in the pass-job-outputs.md documentation file
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
sabrowning1
left a comment
There was a problem hiding this comment.
👋🏼 @ab, thanks for spotting this and raising a PR with the fix! This looks great; I'll get it merged shortly 🚀
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
These were rendered as just
$in the output HTML.See ad6f889#diff-60d2ad0fd3412116cc786ec81cf58060a950d1605eff32c64cb5bc2324e42b17
Why:
Closes: #39697
What's being changed (if available, include any code snippets, screenshots, or gifs):
Add
{% raw %}blocks to wrap variables to fix rendering.Check off the following: