mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
refactor: Use more descriptive naming
This commit is contained in:
parent
bd62b4abcc
commit
65da71e309
1 changed files with 3 additions and 3 deletions
6
.github/workflows/lighthouse-report.yaml
vendored
6
.github/workflows/lighthouse-report.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn global add @unlighthouse/cli puppeteer
|
run: yarn global add @unlighthouse/cli puppeteer
|
||||||
|
|
||||||
- name: vercel-preview-url
|
- name: Retrieve Vercel Preview URL
|
||||||
uses: zentered/vercel-preview-url@v1.1.9
|
uses: zentered/vercel-preview-url@v1.1.9
|
||||||
id: vercel_preview_url
|
id: vercel_preview_url
|
||||||
env:
|
env:
|
||||||
|
@ -48,8 +48,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vercel_project_id: ${{ vars.VERCEL_PROJECT_ID }}
|
vercel_project_id: ${{ vars.VERCEL_PROJECT_ID }}
|
||||||
|
|
||||||
- uses: UnlyEd/github-action-await-vercel@v1.2.39
|
- name: Await Vercel Deployment
|
||||||
id: await-vercel
|
uses: UnlyEd/github-action-await-vercel@v1.2.39
|
||||||
env:
|
env:
|
||||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue