diff --git a/action.yml b/action.yml index 7fc4fb5..dbb7dd7 100644 --- a/action.yml +++ b/action.yml @@ -41,3 +41,12 @@ outputs: runs: using: 'node20' main: 'dist/index.js' +steps: +- uses: actions/checkout@v3 + +- uses: actions/download-artifact@v3 + with: + name: my-artifact + +- name: Display structure of downloaded files + run: ls -R