Skip to content

Commit 61eb6e2

Browse files
committed
Update health-metrics-release.yml
1 parent 3e14dd5 commit 61eb6e2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/health-metrics-presubmit.yml renamed to .github/workflows/health-metrics-pull-request.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Health Metrics
33
on: [push, pull_request]
44

55
env:
6-
<<<<<<< HEAD:.github/workflows/health-metrics-test.yml
7-
=======
8-
METRICS_SERVICE_URL: "https://api.firebase-sdk-health-metrics.com"
9-
>>>>>>> 7b37f3376 (Add GHA workflow for submitting tags to metric service.):.github/workflows/health-metrics-presubmit.yml
106
GITHUB_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
117
# TODO(yifany): parse from git commit history directly
128
# Reason: actions/checkout@v2 does not always honor ${{ github.event.pull_request.base.sha }},

.github/workflows/health-metrics-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: google-github-actions/setup-gcloud@master
1313
with:
1414
service_account_key: ${{ secrets.GCP_SA_KEY }}
15-
- uses: yifanyang/github-actions/health-metrics/release-diffing@master
15+
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@master
1616
with:
1717
repo: ${{ github.repository }}
1818
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)