Skip to content

Commit 369e352

Browse files
authored
chore: automatically open a PR with updated indice-pa-websites.csv (#232)
1 parent ee5f341 commit 369e352

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update indice-pa-websites.csv
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: 15 9 * * *
6+
7+
jobs:
8+
update-external-files:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- run: >
13+
curl -sL 'https://indicepa.gov.it/ipa-dati/datastore/dump/d09adf99-dc10-4349-8c53-27b1e5aa97b6?format=csv' > indice-pa-websites.csv
14+
- uses: peter-evans/create-pull-request@v6
15+
with:
16+
commit-message: "chore: update indice-pa-websites.csv"
17+
title: "chore: update indice-pa-websites.csv"
18+
body: ""
19+
branch: update-ipa-websites

0 commit comments

Comments
 (0)