From 46ff26ce43e00ccefa80877bc777a201ec7e7f9d Mon Sep 17 00:00:00 2001 From: Francisco Romulo Freires do Nascimento Date: Thu, 27 Jan 2022 12:19:05 -0300 Subject: [PATCH] Updating readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 775cee5..686546f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,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, uses the default branch. + # Default: ${{ github.ref }} ref: '' # Personal access token (PAT) used to fetch the repository. The PAT is configured