Skip to content

Commit 012f9bf

Browse files
committed
chore(32662): fix nonce
1 parent f9f21f9 commit 012f9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210

211211
- id: percy
212212
run: |
213-
echo "nonce=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
213+
echo "nonce=$(date +'%s')" >> "$GITHUB_OUTPUT"
214214
215215
percy_matrix:
216216
needs: percy_prepare

0 commit comments

Comments
 (0)