Add files via upload
This commit is contained in:
parent
bd579fe179
commit
3a77f3b53c
1 changed files with 15 additions and 0 deletions
15
download.yml
Normal file
15
download.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Download Configuration
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */3 * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Downloading Configuration File
|
||||
run: |
|
||||
echo Downloading Configuration File
|
||||
wget https://streetpass.test72.eu.org/downloadJson -O /home/runner/work/streetpass-3.0-config/streetpass-3.0-config/unistore/StreetPass-Shop.unistore
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
Loading…
Add table
Add a link
Reference in a new issue