diff --git a/action.yaml b/action.yaml index 643222a..8191921 100644 --- a/action.yaml +++ b/action.yaml @@ -4,5 +4,5 @@ author: "Bryce Thorup" runs: using: composite steps: - - run: action.sh + - run: ./action.sh shell: bash