From 86b2cf3f523c829608048f5486e8ce23842a6b9d Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sun, 19 Jul 2026 21:25:34 -0400 Subject: [PATCH] fix script path --- actions/hook-exporter/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}