Skip to content

fix: Env var syntax in GHA+K8s guide#62364

Merged
nicholasmarais1158 merged 3 commits intomasterfrom
nicholasmarais1158/fix/mwi-gha+k8s-workflow-envs
Dec 22, 2025
Merged

fix: Env var syntax in GHA+K8s guide#62364
nicholasmarais1158 merged 3 commits intomasterfrom
nicholasmarais1158/fix/mwi-gha+k8s-workflow-envs

Conversation

@nicholasmarais1158
Copy link
Copy Markdown
Contributor

Summary

This change makes a fix to the syntax used to reference env vars in with lines in a GitHub Actions workflow as part of the GitHub Actions + Kubernetes guide. $NAME should instead be ${{ env.NAME }}. There's also a couple of UX improvements bundled in.

Changelog: Fixed the syntax used to reference env vars in the GitHub workflow template as part of the GitHub Actions + Kubernetes guide
Updates: #60937

Changes

  • Fix env var syntax in workflow template
  • Layout content and code panels 40/60 respectively
  • Update input placeholder for branch to indicate that the full ref syntax is required (refs/heads/main instead of just main)

Demo

Screenshot 2025-12-18 at 17 09 02

@nicholasmarais1158 nicholasmarais1158 force-pushed the nicholasmarais1158/fix/mwi-gha+k8s-workflow-envs branch from 7c10fc6 to 0429051 Compare December 18, 2025 17:29
@nicholasmarais1158 nicholasmarais1158 marked this pull request as ready for review December 18, 2025 17:30
@github-actions github-actions bot requested review from avatus and rudream December 18, 2025 17:31
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from rudream December 22, 2025 17:32
@nicholasmarais1158 nicholasmarais1158 added this pull request to the merge queue Dec 22, 2025
Merged via the queue into master with commit 055b32b Dec 22, 2025
45 checks passed
@nicholasmarais1158 nicholasmarais1158 deleted the nicholasmarais1158/fix/mwi-gha+k8s-workflow-envs branch December 22, 2025 18:25
@backport-bot-workflows
Copy link
Copy Markdown
Contributor

@nicholasmarais1158 See the table below for backport results.

Branch Result
branch/v18 Create PR

21KennethTran pushed a commit that referenced this pull request Jan 6, 2026
* Fix branch input placeholder text

* Fix GHA workflow env syntax

* Layout: distribute content and code panels 40/60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants