View Source GitHubActions.Sigils (GitHubActions v0.3.2)
This 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