Skip to content

Commit a831d5a

Browse files
committed
fix: add missing timestamp job step.
Signed-off-by: KtorZ <[email protected]>
1 parent 167bb5b commit a831d5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

+5
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v4
138138

139+
- id: timestamp
140+
shell: bash
141+
run: |
142+
echo "value=$(/bin/date -u '+%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
143+
139144
- name: Restore cardano-node DB
140145
id: cache-cardano-node-db
141146
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)