Skip to content

Commit 480e1fb

Browse files
committed
debug remote workflow
1 parent 106e771 commit 480e1fb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/packages.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ jobs:
139139
summarize:
140140
needs:
141141
- run-tests
142-
uses: ./.github/workflows/packages-summary.yml
143-
with:
144-
runId: ${{ github.run_id }}
142+
runs-on: ubuntu-latest
143+
steps:
144+
- name: debug
145+
run:
146+
pwd
147+
ls -R
148+
- name: Call package-summary workflow
149+
uses: ./.github/workflows/packages-summary.yml
150+
with:
151+
runId: ${{ github.run_id }}

0 commit comments

Comments
 (0)