Skip to content

Commit

Permalink
get timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 22, 2024
1 parent b6f687f commit 736a697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Store test timestamp
run: echo "TIMESTAMP=$(date +'%s')" >> $GITHUB_ENV
- name: Test time
run: echo $TIMESTAMP
env:
ASD: ${{ TIMESTAMP }}
run: echo ASD
- name: Setup Go
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 736a697

Please sign in to comment.