allow execute

This commit is contained in:
Shaun Hoffer 2024-08-14 12:57:36 -04:00
parent 8c0a58835c
commit 9f77ebe01e

@ -12,5 +12,5 @@ runs:
using: 'composite'
steps:
- id: ttpages-action
run: $GITHUB_ACTION_PATH/run.sh '${{ inputs.path }}'
run: bash $GITHUB_ACTION_PATH/run.sh '${{ inputs.path }}'
shell: bash