From 344ec4f792138d9991d9cf50ad26577111a58036 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:55:46 -0500 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 3601a0d..a06b689 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,9 @@ inputs: lfs: description: 'Whether to download Git-LFS files' default: '' + ref: + description: 'Which git ref to use when checking out code' + default: '' # turborepo options repo-token: