Update .gitea/workflows/UndeployPR.yaml
Undeploy PR / Deploy PR (pull_request) Failing after 5s
Details
Undeploy PR / Deploy PR (pull_request) Failing after 5s
Details
parent
edff4106dd
commit
f97802cf4e
|
@ -10,6 +10,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install pip packages
|
||||
run: pip install requests python-dotenv --quiet
|
||||
- name: Run Undeploy script
|
||||
|
|
Loading…
Reference in New Issue