Add files via upload

This commit is contained in:
MattTheTekie 2023-08-26 15:19:33 -04:00 committed by GitHub
commit 3a77f3b53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
download.yml Normal file
View 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