From 43562c10e0c2704e5639fef42cc6b77603ddc239 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 29 Jun 2025 23:52:54 -0700 Subject: [PATCH] test --- github/download-previous-artifacts/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/github/download-previous-artifacts/action.yaml b/github/download-previous-artifacts/action.yaml index 12741b4..01f5ed9 100644 --- a/github/download-previous-artifacts/action.yaml +++ b/github/download-previous-artifacts/action.yaml @@ -23,6 +23,9 @@ inputs: runs: using: "composite" steps: + - run: | + ls -al "${{ github.action_path }}" + shell: bash - name: "Download artifacts." uses: https://github.com/actions/github-script@v6 env: