Skip to content

Commit 96cfae5

Browse files
committed
chore: remove path from initial workflow and add ls
1 parent 207edcb commit 96cfae5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
name: output.json
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
run-id: ${{ github.event.workflow_run.id }}
20+
21+
- run: ls -R .
2022
- name: 'Post or update comment'
2123
uses: actions/github-script@v6
2224
with:

.github/workflows/pkg.pr.new.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: output.json
40-
path: output.json
40+
41+
- run: ls -R .

0 commit comments

Comments
 (0)