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 cc61dba1a8 - Show all commits

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 Deploy script