Skip to content

Commit

Permalink
chore: adapt for publiccode-crawler v4.0.0 (#1427)
Browse files Browse the repository at this point in the history
`CRAWLER_DATADIR` is now `DATADIR`, but it has a sane default
anyway, so we can skip it.
  • Loading branch information
bfabio authored Oct 13, 2023
1 parent 237e4ff commit f67a050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v3
- run: publiccode-crawler crawl
env:
CRAWLER_DATADIR: /tmp/data
API_BASEURL: "https://api.developers.italia.it/v1"
API_BEARER_TOKEN: ${{ secrets.API_BEARER_TOKEN }}

Expand Down

0 comments on commit f67a050

Please sign in to comment.