From ded7dfa9323ca1a3cf41bddd85c014edc48d90f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Thu, 9 Jan 2020 10:58:56 +0100 Subject: [PATCH] Defaults to the default branch of the repository --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82d3494..36269da 100644 --- a/README.md +++ b/README.md @@ -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, defaults to the default branch of the repository. ref: '' # Auth token used to fetch the repository. The token is stored in the local git diff --git a/action.yml b/action.yml index 9650409..b4c1765 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: description: > 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`. + event. Otherwise, defaults to the default branch of the repository. token: description: > Auth token used to fetch the repository. The token is stored in the local