From 033f48081796acf509d3dd406127b5b7eee3d2d3 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Mon, 10 Aug 2020 10:58:13 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4f58e2b..dbc01e8 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ branding: runs: using: 'composite' steps: - - run: julia --color=yes ${{ github.action_path }}/main.jl + - run: julia --color=yes "$GITHUB_ACTION_PATH"/main.jl shell: bash