From 5e2916b4d576e8f558787a61fd7405329b809e51 Mon Sep 17 00:00:00 2001 From: Filias Heidt Date: Tue, 18 Feb 2025 16:48:22 +0100 Subject: [PATCH] fix typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f609cf3..cbb2bbd 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Checkout a Git repository at a particular version' inputs: repository: description: 'Repository name with owner. For example, actions/checkout' - default: ${{ gitlab.repository }} + default: ${{ github.repository }} token: description: > Personal access token (PAT) used to fetch the repository. The PAT is configured