mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Alles zurück
This commit is contained in:
parent
b28675ba82
commit
5512094e8f
2 changed files with 0 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
||||||
|
|
||||||
27
.github/workflows/download_artifacts.yml
vendored
27
.github/workflows/download_artifacts.yml
vendored
|
|
@ -1,27 +0,0 @@
|
||||||
name: Download Artifacts
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
download-artifacts:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: List artifacts
|
|
||||||
id: list-artifacts
|
|
||||||
uses: MichaelMelena/list-artifacts@v1.0.1
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
|
|
||||||
- name: Download artifacts
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: artifacts
|
|
||||||
run: ls -R
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue