Skip to content

Commit

Permalink
ci: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Jan 23, 2025
1 parent 89947e4 commit dc8ab0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
image: ${{ fromJson(github.event.inputs.IMAGE || needs.prepare.outputs.images) }}
runs-on: ubuntu-latest
steps:
- name: debug:
run: |
echo "matrix image: ${{ matrix.image }}"
echo "needs.prepare.outputs.main: ${{ needs.prepare.outputs.main }}"
- uses: actions/checkout@master
- name: Set image
id: image
Expand Down

0 comments on commit dc8ab0b

Please sign in to comment.