1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/data/variables/command_line.yml
Kevin Heis 11d8e415da Check repository references (#16680)
* Check repository references

* Remove "foundRepoNames" that I used to find all the unique names

* A little speed up with Set

* Ignore a few files

* Remove remaining references

* Update README.md
2020-12-03 16:41:03 +00:00

12 lines
532 B
YAML

# Use this variable wherever backticks are necessary
backticks: >-
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}[hostname]{% endif %}
# Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
codeblock: >-
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>hostname</em>{% endif %}
# GitHub URL example
git_url_example: >-
https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}github.example.com{% endif %}