Skip to content

Commit 1a5d3a3

Browse files
committed
ci test
1 parent cacce15 commit 1a5d3a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Debug
87-
run: echo "${{ needs.upstream_check.outputs.new_fatimage }}"
87+
run: echo "$TST"
88+
env:
89+
TST: ${{ needs.upstream_check.outputs.new_fatimage }}
8890

8991
# todo: don't skip if rerun
9092
build_fatimage:

0 commit comments

Comments
 (0)