From 6b1260fa4b1ea452031c1e1c29828c49a97dffd6 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Wed, 14 Feb 2024 20:45:13 -0700 Subject: [PATCH] [DEBUG] Debug --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a6e715e..b70c43b 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: gitea-token: description: 'Gitea token for downloading repositories' required: false - # default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read this as a default, so we've gotta do a check later + default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read this as a default, so we've gotta do a check later garden-version: description: 'Version of Garden to deploy' required: false