From f4335e4c8207876dfeda4a1d9cde0ebe881b91df Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 30 Aug 2024 08:19:58 +0100 Subject: [PATCH] another path attempt --- actions/prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/prepare/action.yml b/actions/prepare/action.yml index 7a1618e..0a701df 100644 --- a/actions/prepare/action.yml +++ b/actions/prepare/action.yml @@ -126,4 +126,4 @@ runs: - name: Run prefer IPv4 script shell: bash if: runner.os == 'Linux' - run: ./force-ipv4.sh \ No newline at end of file + run: ${{ github.action_path }}/force-ipv4.sh \ No newline at end of file