mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Create download_artifacts.yml
This commit is contained in:
parent
62d8584682
commit
ea9cbace01
1 changed files with 10 additions and 0 deletions
10
.github/workflows/download_artifacts.yml
vendored
Normal file
10
.github/workflows/download_artifacts.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
- name: get artifacts
|
||||||
|
# You may pin to the exact commit or the version.
|
||||||
|
# uses: MichaelMelena/list-artifacts@a1757aa2b864e29ea9f042f3ca8b4ac17fdd508b
|
||||||
|
uses: MichaelMelena/list-artifacts@v1.0.1
|
||||||
|
with:
|
||||||
|
# github access token
|
||||||
|
GITHUB_TOKEN: # optional, default is ${{ github.token }}
|
||||||
|
#
|
||||||
|
repository: # optional, default is ${{ github.repository }}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue