We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d1396 commit d199faaCopy full SHA for d199faa
.github/workflows/db-update.yml
@@ -188,7 +188,7 @@ jobs:
188
- name: Determine update type
189
id: update-type
190
run: |
191
- if [[ "${{ github.event.action }}" == "gbfs-repo-updated" ]]; then
+ if [[ "${{ github.event.action }}" == "gbfs-systems-updated" ]]; then
192
echo "UPDATE_TYPE=gbfs" >> $GITHUB_ENV
193
elif [[ "${{ github.event.action }}" == "catalog-sources-updated" ]]; then
194
echo "UPDATE_TYPE=gtfs" >> $GITHUB_ENV
0 commit comments