From 43e798a233b394e1ebf054c3f4be4cfa773661c6 Mon Sep 17 00:00:00 2001 From: Ting Date: Mon, 22 Jul 2019 00:02:22 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6f35161..5ae0e54 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: ref: description: 'Ref to checkout (SHA, branch, tag)' required: true - default: ${{ github.version }} + default: ${{ github.sha }} token: description: 'Access token for clone repository' default: ${{ github.token }}