This commit is contained in:
2025-04-13 21:07:21 +02:00
parent 8fa7ea7e86
commit e4e41a69f4
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
steps:
- name: Get current date as package key
id: cache_key
shell: bash
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT
- name: Checkout repository

View File

@@ -31,6 +31,7 @@ jobs:
steps:
- name: Get current date as package key
id: cache_key
shell: bash
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT
- name: Checkout repository