From 65392840bda2e774394d5cd38ca33e5918aec2d3 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Mon, 24 May 2021 11:59:14 +0200 Subject: [PATCH] how fix syntax in action.yml See #91 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9453dc9..7470474 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: github_token: description: 'GitHub token or PAT token' required: true - default: ${{ github.token }] + default: ${{ github.token }} repository: description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})' default: ''