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:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Print action path
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Action path: ${{ github.action_path }}"
|
||||
|
||||
- name: Fetch release from Gitea
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user