Skip to content

Commit d199faa

Browse files
authored
fix: dispatch action typo (#1180)
1 parent d8d1396 commit d199faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/db-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Determine update type
189189
id: update-type
190190
run: |
191-
if [[ "${{ github.event.action }}" == "gbfs-repo-updated" ]]; then
191+
if [[ "${{ github.event.action }}" == "gbfs-systems-updated" ]]; then
192192
echo "UPDATE_TYPE=gbfs" >> $GITHUB_ENV
193193
elif [[ "${{ github.event.action }}" == "catalog-sources-updated" ]]; then
194194
echo "UPDATE_TYPE=gtfs" >> $GITHUB_ENV

0 commit comments

Comments
 (0)