Invalidate existing cache keys

This commit is contained in:
Chris Vest 2021-05-06 23:26:16 +02:00
parent 0cd09f5f8b
commit 24b78e4a6b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Create Cache Key
id: cache-key
run: |
echo "::set-output name=key::$(/bin/date -u "+%Y%U")"
echo "::set-output name=key::$(/bin/date -u "+%Y%U-2")"
shell: bash
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it