mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Build/Test Tools: Update the URL for logging performance workflows.
This is a follow up to r55459, which fixes the hostname used for logging performance metrics by adding the correct www subdomain. See #57687. git-svn-id: https://develop.svn.wordpress.org/trunk@55479 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@@ -181,7 +181,7 @@ jobs:
|
||||
BASE_SHA: ${{ steps.base-sha.outputs.result }}
|
||||
COMMITTED_AT: ${{ steps.commit-timestamp.outputs.result }}
|
||||
CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }}
|
||||
HOST_NAME: "codevitals.run"
|
||||
HOST_NAME: "www.codevitals.run"
|
||||
run: node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME
|
||||
|
||||
- name: Ensure version-controlled files are not modified or deleted
|
||||
|
||||
Reference in New Issue
Block a user