-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (33 loc) · 1017 Bytes
/
flat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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