Skip to content

Commit

Permalink
remove id
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored May 16, 2023
1 parent 4f20729 commit 74c78c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 74c78c8

Please sign in to comment.