mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Update retention days for wetter-csv artifact
Changed retention days for uploaded artifact from 5 to 1.
This commit is contained in:
parent
c1bd11c816
commit
5ba6231c25
1 changed files with 3 additions and 3 deletions
6
.github/workflows/wettrgrafik.yml
vendored
6
.github/workflows/wettrgrafik.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
|||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
with:
|
||||
name: wetter-csv
|
||||
path: wetter.csv
|
||||
retention-days: 5
|
||||
name: wetter-csv
|
||||
path: wetter.csv
|
||||
retention-days: 1
|
||||
- name: Grafik in README.md einfügen
|
||||
run: | # Mehrzeiliges Kommando
|
||||
# Die README.md-Datei mit der Grafik aktualisieren
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue