From 74c78c8a52b519bbf82f7e5a919900f3c3215989 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 16 May 2023 17:14:31 -0500 Subject: [PATCH] remove id --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 935c709..7b9f223 100644 --- a/action.yml +++ b/action.yml @@ -44,8 +44,7 @@ inputs: runs: using: composite steps: - - id: index - run: '"${GITHUB_ACTION_PATH%/}/index.sh"' + - run: '"${GITHUB_ACTION_PATH%/}/index.sh"' shell: bash env: INPUT_REPOSITORY: ${{ inputs.repository }}