Updated gitea actions
Some checks failed
Deploy staging on push / on-push-deploy_sh-edraft (push) Failing after 15s
Some checks failed
Deploy staging on push / on-push-deploy_sh-edraft (push) Failing after 15s
This commit is contained in:
parent
1287829bdf
commit
d09696e3a2
@ -14,6 +14,8 @@ jobs:
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10.12"
|
||||
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
|
||||
cache: 'pip'
|
||||
- run: python -v
|
||||
|
||||
- name: Setup docker
|
||||
|
@ -14,6 +14,8 @@ jobs:
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10.12"
|
||||
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
|
||||
cache: 'pip'
|
||||
- run: python -v
|
||||
|
||||
- name: Setup docker
|
||||
|
@ -14,6 +14,8 @@ jobs:
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10.12"
|
||||
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
|
||||
cache: 'pip'
|
||||
- run: python -v
|
||||
|
||||
- name: Setup docker
|
||||
|
Loading…
Reference in New Issue
Block a user