Skip to content

Commit

Permalink
debug remote workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Jul 8, 2024
1 parent 106e771 commit 480e1fb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ jobs:
summarize:
needs:
- run-tests
uses: ./.github/workflows/packages-summary.yml
with:
runId: ${{ github.run_id }}
runs-on: ubuntu-latest
steps:
- name: debug
run:
pwd
ls -R
- name: Call package-summary workflow
uses: ./.github/workflows/packages-summary.yml
with:
runId: ${{ github.run_id }}

0 comments on commit 480e1fb

Please sign in to comment.