Skip to content

Commit

Permalink
clean project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 20, 2023
1 parent 627e0c6 commit 73b8a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
service_account: ${{ env.SERVICE_ACCOUNT }}

- id: record
uses: mchmarny/gcp-metrics@23288be9d2c41be3711257685ee306f93bb73710
uses: mchmarny/gcp-metrics@main
with:
project: ${{ env.PROJECT_ID }}}
project: ${{ env.PROJECT_ID }}
metric: ${{ inputs.metric }}
value: ${{ inputs.value }}

0 comments on commit 73b8a72

Please sign in to comment.