Fixed spaces
This commit is contained in:
parent
49f270974f
commit
86b6263ec1
4 changed files with 4 additions and 4 deletions
.forgejo/workflows
|
@ -1,5 +1,5 @@
|
|||
name: Build and deploy preview site
|
||||
run-name: Building and deploying pewview for version ${{ github.ref_name }}
|
||||
run-name: Building and deploying pewview for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Build and deploy production site
|
||||
run-name: Building and deploying release for version ${{ github.ref_name }}
|
||||
run-name: Building and deploying release for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Run unlighthouse-tests
|
||||
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
|
||||
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue