View Source GitHubActions.Sigils (GitHubActions v0.2.10)
This module defnies the sigils for GitHubActions
.
Link to this section Summary
Functions
Handles the sigile ~e
for GitHub actions expressions.
Link to this section Functions
Handles the sigile ~e
for GitHub actions expressions.
Quotes the given string as a GitHub expression.
examples
Examples
iex> ~e[github.sha]
"${{ github.sha }}"