Update .gitea/workflows/UndeployPR.yaml
Undeploy PR / Deploy PR (pull_request) Failing after 52s
Details
Undeploy PR / Deploy PR (pull_request) Failing after 52s
Details
parent
cc61dba1a8
commit
00e89bdc64
|
@ -7,9 +7,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Deploy PR:
|
Deploy PR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: python
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
- name: Install pip packages
|
- name: Install pip packages
|
||||||
run: pip3 install requests python-dotenv --quiet
|
run: pip3 install requests python-dotenv --quiet
|
||||||
- name: Run Undeploy script
|
- name: Run Undeploy script
|
||||||
|
|
Loading…
Reference in New Issue