Adapt create-latest-svc.sh to work with GHES (#452)

* Add README

* Adapt create-latest-svc to work with GHES

* Fix inverted conditions
This commit is contained in:
Brian Cristante
2020-04-27 23:53:53 -04:00
committed by GitHub
parent 70729fb3c4
commit c7768d4a7b
2 changed files with 37 additions and 21 deletions

4
scripts/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Sample scripts for self-hosted runners
Here are some examples to work from if you'd like to automate your use of self-hosted runners.
See the docs [here](../docs/automate.md).