Skip to content

Commit 0fb47f6

Browse files
committed
experiment
1 parent 954e10e commit 0fb47f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
steps:
108108
- name: Print runner information
109109
run: uname -a
110+
- run: echo "$OUTPUTS"
111+
shell: bash
112+
env:
113+
OUTPUTS: ${{ toJSON(steps.calculate_vars.outputs) }}
110114
- uses: actions/checkout@v4
111115
with:
112116
submodules: true

0 commit comments

Comments
 (0)