Skip to content

Commit

Permalink
chore: automatically open a PR with updated indice-pa-websites.csv (#232
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bfabio authored Aug 1, 2024
1 parent ee5f341 commit 369e352
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update_indicepa_websites.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update indice-pa-websites.csv
on:
workflow_dispatch:
schedule:
- cron: 15 9 * * *

jobs:
update-external-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: >
curl -sL 'https://indicepa.gov.it/ipa-dati/datastore/dump/d09adf99-dc10-4349-8c53-27b1e5aa97b6?format=csv' > indice-pa-websites.csv
- uses: peter-evans/create-pull-request@v6
with:
commit-message: "chore: update indice-pa-websites.csv"
title: "chore: update indice-pa-websites.csv"
body: ""
branch: update-ipa-websites

0 comments on commit 369e352

Please sign in to comment.