ActRunner #8

Merged
lars merged 9 commits from ActRunner into main 2023-10-05 00:59:46 +00:00
3 changed files with 49 additions and 53 deletions
Showing only changes of commit 00e89bdc64 - Show all commits

View File

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