Update .gitea/workflows/UndeployPR.yaml
Some checks failed
Undeploy PR / Deploy PR (pull_request) Failing after 52s

This commit is contained in:
2023-10-05 00:59:08 +00:00
parent cc61dba1a8
commit 00e89bdc64

View File

@@ -7,9 +7,9 @@ on:
jobs:
Deploy PR:
runs-on: ubuntu-latest
container:
image: python
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install pip packages
run: pip3 install requests python-dotenv --quiet
- name: Run Undeploy script