From cf57fd2dc4832266baa5d358f11215d6bbfb08f7 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 19 Feb 2024 12:36:39 +0100 Subject: [PATCH] do not call actions/checkout it is the responsibility of the caller and doing it in the action may interfere --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index b13fbd0..755770d 100644 --- a/action.yml +++ b/action.yml @@ -116,7 +116,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v4 - run: | export PATH=${{ github.action_path }}:$PATH