Update action.yml

This commit is contained in:
Sascha Mann
2020-08-10 10:58:13 +02:00
parent 56e1b4a2ad
commit 033f480817

View File

@@ -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