mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
pr comment(s) - CI typos
This commit is contained in:
parent
9a8562c624
commit
e86f737320
2 changed files with 6 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -69,8 +69,8 @@ jobs:
|
|||
- ci-frontend
|
||||
steps:
|
||||
-
|
||||
name: Set gchr repository name
|
||||
id: set-ghrc-repository
|
||||
name: Set ghcr repository name
|
||||
id: set-ghcr-repository
|
||||
run: |
|
||||
ghcr_name=$(echo "${GITHUB_REPOSITORY}" | awk '{ print tolower($0) }')
|
||||
echo ::set-output name=repository::${ghcr_name}
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
|
||||
outputs:
|
||||
|
||||
ghcr-repository: ${{ steps.set-ghrc-repository.outputs.repository }}
|
||||
ghcr-repository: ${{ steps.set-ghcr-repository.outputs.repository }}
|
||||
|
||||
qpdf-json: ${{ steps.qpdf-setup.outputs.qpdf-json }}
|
||||
|
||||
|
|
|
|||
6
.github/workflows/installer-library.yml
vendored
6
.github/workflows/installer-library.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
-
|
||||
name: Set gchr repository name
|
||||
id: set-ghrc-repository
|
||||
name: Set ghcr repository name
|
||||
id: set-ghcr-repository
|
||||
run: |
|
||||
ghcr_name=$(echo "${GITHUB_REPOSITORY}" | awk '{ print tolower($0) }')
|
||||
echo ::set-output name=repository::${ghcr_name}
|
||||
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
|
||||
outputs:
|
||||
|
||||
ghcr-repository: ${{ steps.set-ghrc-repository.outputs.repository }}
|
||||
ghcr-repository: ${{ steps.set-ghcr-repository.outputs.repository }}
|
||||
|
||||
qpdf-json: ${{ steps.qpdf-setup.outputs.qpdf-json }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue