mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 14:35:44 +00:00
Lookup action path in a Windows-friendly way
This commit is contained in:
@@ -80,7 +80,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- id: version-lookup
|
||||
run: ${{ github.action_path }}/version-lookup.sh
|
||||
run: $GITHUB_ACTION_PATH/version-lookup.sh
|
||||
shell: bash
|
||||
env:
|
||||
github_token: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user