mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fix yaml: indentation was wrong
This commit is contained in:
parent
c7c167a058
commit
44da3fd195
12
.github/workflows/docker-publish.yml
vendored
12
.github/workflows/docker-publish.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
|||||||
- 3.7.5
|
- 3.7.5
|
||||||
- 3.8.2
|
- 3.8.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install python version
|
- name: Install python version
|
||||||
uses: gabrielfalcao/pyenv-action@v7
|
uses: gabrielfalcao/pyenv-action@v7
|
||||||
with:
|
with:
|
||||||
default: "${{ matrix.python }}"
|
default: "${{ matrix.python }}"
|
||||||
command: "pip install -U pip"
|
command: "pip install -U pip"
|
||||||
- name: Tests
|
- name: Tests
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user