Skip to content

Commit 2fc49cd

Browse files
authored
fix: add timestep stamp to generating rootfs (#130)
Issue #, if available: *Description of changes:* fix issue in setting timestamp label *Testing done:* - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Gavin Inglis <[email protected]>
1 parent 91b4f65 commit 2fc49cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rootfs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
matrix:
2222
arch: ['amd64', 'arm64']
2323
steps:
24+
- name: Generate Timestamp
25+
id: timestamp
26+
run: echo "::set-output name=value::$(date +%s)"
2427
- name: configure aws credentials
2528
uses: aws-actions/configure-aws-credentials@v2
2629
with:

0 commit comments

Comments
 (0)