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

This commit is contained in:
lars 2023-10-05 01:45:20 +00:00
parent eb0a6d9483
commit fd15ed45ee

View File

@ -6,7 +6,8 @@ on:
jobs:
Deploy PR:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4