diff --git a/action.yml b/action.yml index 8011381..ec12c17 100644 --- a/action.yml +++ b/action.yml @@ -14,3 +14,12 @@ outputs: runs: using: 'node16' 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