Skip to content

Commit 1a8b55a

Browse files
authored
fix: use correct path to run main script (#8)
1 parent 6dd3936 commit 1a8b55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ runs:
7171
INPUT_ASSIGNEES: ${{ inputs.assignees }}
7272
INPUT_BODY: ${{ inputs.body }}
7373
INPUT_COMMENT: ${{ inputs.comment }}
74-
run: chmod +x "${{ github.action_path }}/scripts/main.sh" && "${{ github.action_path }}/src/main.sh"
74+
run: chmod +x "${{ github.action_path }}/src/main.sh" && "${{ github.action_path }}/src/main.sh"

0 commit comments

Comments
 (0)