Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Sep 13, 2024
1 parent d948df8 commit d83c87a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ jobs:
app_id: ${{ secrets.DEPLOYER_APP_ID }}
private_key: ${{ secrets.DEPLOYER_APP_PRIVATE_KEY }}

- name: test echo
- name: test echo ${{ matrix.release }}
run: |
echo "${{ needs.build.outputs }}"
echo "${{ toJson(needs.build.outputs) }}"
echo "${{ toJson(matrix.values) }}"
# - name: Trigger ${{ matrix.release }} deployment
# uses: peter-evans/repository-dispatch@v3
Expand Down

0 comments on commit d83c87a

Please sign in to comment.