mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
pr comment(s) - CI typos
This commit is contained in:
parent
9a8562c624
commit
e86f737320
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…
x
Reference in New Issue
Block a user