determine default branch (#278)

This commit is contained in:
eric sciple
2020-06-16 13:41:01 -04:00
committed by GitHub
parent 453ee27fca
commit 00a3be8934
7 changed files with 78 additions and 18 deletions

View File

@ -42,7 +42,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, defaults to `master`.
# Otherwise, uses the default branch.
ref: ''
# Personal access token (PAT) used to fetch the repository. The PAT is configured