Update workflows #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update data | ||
on: | ||
schedule: | ||
- cron: "15 18 2 * *" | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- ".github/workflows/update-data.yml" | ||
- "config.php" | ||
- "data.csv" | ||
- "overpass/*" | ||
pull_request: | ||
paths: | ||
- ".github/workflows/update-data.yml" | ||
- "config.php" | ||
- "data.csv" | ||
- "overpass/*" | ||
jobs: | ||
update-data: | ||
Check failure on line 21 in .github/workflows/update-data.yml GitHub Actions / Update dataInvalid workflow file
|
||
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-update-date.yml@master | ||
secrets: inherit | ||
with: | ||
city: estonia/narva |