GitHubActions.Sigils (GitHubActions v0.3.15)
View SourceThis module defnies the sigils for GitHubActions.
Summary
Functions
Handles the sigile ~e for GitHub actions expressions.
Quotes the given string as a GitHub expression.
Examples
iex> ~e[github.sha]
"${{ github.sha }}"
Marks the given string as quoted.
This sigil can be used to force quotes in the YAML output.
Modifiers
d: forces a double quoted string (default)s: forces a single quoted stringe: escapes newlines