We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd3936 commit 1a8b55aCopy full SHA for 1a8b55a
action.yaml
@@ -71,4 +71,4 @@ runs:
71
INPUT_ASSIGNEES: ${{ inputs.assignees }}
72
INPUT_BODY: ${{ inputs.body }}
73
INPUT_COMMENT: ${{ inputs.comment }}
74
- run: chmod +x "${{ github.action_path }}/scripts/main.sh" && "${{ github.action_path }}/src/main.sh"
+ run: chmod +x "${{ github.action_path }}/src/main.sh" && "${{ github.action_path }}/src/main.sh"
0 commit comments