Skip to content

Commit

Permalink
Fix date arg for cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 21, 2023
1 parent a9d8eef commit 9497be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/network-synchronization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: date-time
shell: bash
run: |
echo "timestamp=$(/bin/date -u \"+%Y%m%d-%H%M%S\")" >> $GITHUB_OUTPUT
echo "timestamp=$(/bin/date -u '+%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
- name: 💾 Cache cardano-node DB
id: cache
Expand Down

0 comments on commit 9497be2

Please sign in to comment.