Skip to content

Commit 1f38603

Browse files
committed
update
1 parent 0fb47f6 commit 1f38603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ jobs:
107107
steps:
108108
- name: Print runner information
109109
run: uname -a
110-
- run: echo "$OUTPUTS"
110+
- run: echo out "$OUTPUTS"; echo out2 "$OUTPUTS2"
111111
shell: bash
112112
env:
113113
OUTPUTS: ${{ toJSON(steps.calculate_vars.outputs) }}
114+
OUTPUTS2: ${{ toJSON(needs.calculate_vars.outputs) }}
114115
- uses: actions/checkout@v4
115116
with:
116117
submodules: true

0 commit comments

Comments
 (0)