fix(workflows): fixed some things
This commit is contained in:
parent
dfd627a67f
commit
0bdb6564e6
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,6 @@ jobs:
|
|||
push: true
|
||||
tags: coastalcommits.com/seaswimmerthefsh/seacogs-docs:latest
|
||||
- name: Update Portainer stack
|
||||
uses: actions/http@master
|
||||
uses: actions/http@v1
|
||||
with:
|
||||
url: ${{ secrets.PORTAINER_WEBHOOK }}
|
||||
|
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'poetry'
|
||||
- name: Install Poetry
|
||||
run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} -
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue