mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +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
|
||||
run: yarn global add @unlighthouse/cli puppeteer
|
||||
|
||||
- name: vercel-preview-url
|
||||
- name: Retrieve Vercel Preview URL
|
||||
uses: zentered/vercel-preview-url@v1.1.9
|
||||
id: vercel_preview_url
|
||||
env:
|
||||
|
@ -48,8 +48,8 @@ jobs:
|
|||
with:
|
||||
vercel_project_id: ${{ vars.VERCEL_PROJECT_ID }}
|
||||
|
||||
- uses: UnlyEd/github-action-await-vercel@v1.2.39
|
||||
id: await-vercel
|
||||
- name: Await Vercel Deployment
|
||||
uses: UnlyEd/github-action-await-vercel@v1.2.39
|
||||
env:
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue