chore: remove path from initial workflow and add ls

pull/14156/head
paoloricciuti 2 years ago
parent 207edcba4e
commit 96cfae5b0b

@ -17,6 +17,8 @@ jobs:
name: output.json
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- run: ls -R .
- name: 'Post or update comment'
uses: actions/github-script@v6
with:

@ -37,4 +37,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: output.json
path: output.json
- run: ls -R .

Loading…
Cancel
Save