Skip to content

Commit ae18899

Browse files
authored
fix(metrics): use the right CSV file (#3502)
1 parent dcd8859 commit ae18899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/usage-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
done
6262
6363
# Query all versions in a single command
64-
go run collect-metrics.go $VERSION_FLAGS -csv "../../docs/usage-metrics.csv"
64+
go run collect-metrics.go $VERSION_FLAGS -csv "../docs/usage-metrics.csv"
6565
6666
- name: Create Pull Request
6767
run: |

0 commit comments

Comments
 (0)