diff --git a/action.yml b/action.yml index 0c0bd61..17e7b88 100644 --- a/action.yml +++ b/action.yml @@ -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: |