From d9c66f67e548694003b592db14ae19b05c8e1268 Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Wed, 9 Oct 2024 14:40:22 -0400 Subject: [PATCH] that was a build error apparently --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d089bf1..a360271 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: ref: description: The git ref to build. This will usually be a sha, but can be a branch or anything supported by git checkout. token: - description: Pass `${{ github.token }}` here if this is a private repository. + description: Pass `github.token` if this is a private repository. runs: using: node20