We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5f341 commit 369e352Copy full SHA for 369e352
.github/workflows/update_indicepa_websites.yml
@@ -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