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

This commit is contained in:
lars 2023-10-05 01:14:17 +00:00
parent ab47ee2e18
commit 58381805e9

View File

@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12.0'
- name: Install pip packages
run: pip install requests python-dotenv --quiet
- name: Run Undeploy script