feat(action): add step to print action path
- Adds a step to output the GitHub action path for debugging - Improves visibility into the action's runtime environment
This commit is contained in:
@@ -32,6 +32,11 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Print action path
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "Action path: ${{ github.action_path }}"
|
||||||
|
|
||||||
- name: Fetch release from Gitea
|
- name: Fetch release from Gitea
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user