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 }}