Skip to content

data

data #492

Workflow file for this run

name: data
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch: {}
push:
paths:
- .github/workflows/flat.yml
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
- name: Check out repo
uses: actions/checkout@v2
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
downloaded_filename: cmd/list_one.xml
# Build the libraries.
- name: build application
run: make build
- name: Git Auto Commit
# You may pin to the exact commit or the version.
# uses: stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6
uses: stefanzweifel/[email protected]
with:
# Commit message
commit_message: apply automatic changes