fix: use windows-compatible env var for action path

This commit is contained in:
rlespinasse
2021-10-13 11:32:11 +02:00
committed by Romain Lespinasse
parent fbfaeca16e
commit a5345bd066

View File

@@ -14,7 +14,7 @@ branding:
runs:
using: "composite"
steps:
- run: ${{ github.action_path }}/slugify.sh
- run: $GITHUB_ACTION_PATH/slugify.sh
shell: bash
env:
INPUT_KEY: ${{ inputs.key }}