Update .gitea/workflows/UndeployPR.yaml
Some checks failed
Undeploy PR / Deploy PR (pull_request) Failing after 52s
Some checks failed
Undeploy PR / Deploy PR (pull_request) Failing after 52s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user