Skip to content

fix: revert env usage in job-level properties#9

Merged
adriantaut merged 1 commit intomainfrom
fix/workflow-env-context
Jan 22, 2026
Merged

fix: revert env usage in job-level properties#9
adriantaut merged 1 commit intomainfrom
fix/workflow-env-context

Conversation

@adriantaut
Copy link
Collaborator

Summary

  • Fix workflow parsing error: env context is not available for job-level name and environment properties
  • These are evaluated before the job runs, so they can't access workflow-level env vars
  • Reverts to hardcoded production for these two properties while keeping ${{ env.ENVIRONMENT }} in steps (Slack message)

Error fixed

Unrecognized named-value: 'env'. Located at position 1 within expression: env.ENVIRONMENT

🤖 Generated with Claude Code

env context is not available for job name and environment properties.
These are evaluated before the job runs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@adriantaut adriantaut merged commit c003961 into main Jan 22, 2026
4 checks passed
@adriantaut adriantaut deleted the fix/workflow-env-context branch January 22, 2026 13:05
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.

1 participant

Comments