Skip to content

Commit 784994a

Browse files
Adding repo metric GitHub action
Adding GitHub Action to record repository metrics to Firebase
1 parent 6931dbb commit 784994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml renamed to .github/workflows/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
recordMetrics:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: michaeljolley/aggregit@v1.3
11+
- uses: michaeljolley/aggregit@v1
1212
with:
1313
githubToken: ${{ secrets.GITHUB_TOKEN }}
1414
project_id: ${{ secrets.project_id }}

0 commit comments

Comments
 (0)