diff --git a/download.yml b/download.yml new file mode 100644 index 0000000..a74aaf3 --- /dev/null +++ b/download.yml @@ -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