mirror of
https://github.com/rlespinasse/slugify-value.git
synced 2026-05-17 10:15:43 +00:00
fix: use windows-compatible env var for action path
This commit is contained in:
committed by
Romain Lespinasse
parent
fbfaeca16e
commit
a5345bd066
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user