Skip to content

Commit

Permalink
(CI)(TEMP) print variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Feb 13, 2025
1 parent 44b4326 commit c3a1428
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 @@ -75,6 +75,10 @@ jobs:
key: ${{ steps.artifacts.outputs.key }}
tag: ${{ steps.script.outputs.tag }}
steps:
- name: Print push-to-default-branch
run: echo "${{ toJSON(matrix.push-to-default-branch) }}"
- name: Print matrix
run: echo "${{ toJSON(matrix) }}"
- name: Maximize build space
if: ${{ matrix.maximize-build-space == true }}
uses: easimon/maximize-build-space@master
Expand Down

0 comments on commit c3a1428

Please sign in to comment.