-
Notifications
You must be signed in to change notification settings - Fork 65.1k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What changes are you suggesting?
Recently I have came across some behaviour that I cannot see documented anywhere. Nevertheless this behaviour is fairly useful and Id like it to appear on the official documentation.
This will help me feel more comfortable using it and allay any fears of usage in code being prone to potential brittleness on subsequent releases.
I want to see a clear example on the documentation of ternary like behaviour
For example:
${{ contains(github.ref, 'tags' ) && 'some_value_if_tag' || 'some_other_value_if_false' }}
Additional information
N/A
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team