diff --git a/actions/hook-exporter/action.yml b/actions/hook-exporter/action.yml index 6219487..a656236 100644 --- a/actions/hook-exporter/action.yml +++ b/actions/hook-exporter/action.yml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Post to hook-exporter - run: exporter.sh + run: ${{ github.action_path }}/exporter.sh shell: bash env: EXPORTER_TOKEN: ${{ inputs.token }}