env makes more sense
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: docker pull linuxserver/bookstack #optional? probably faster if done first...
|
- run: docker pull linuxserver/bookstack #optional? probably faster if done first...
|
||||||
- name: Fetch stack ID from Portainer
|
- name: Fetch stack ID from Portainer
|
||||||
with:
|
env:
|
||||||
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
||||||
run: |
|
run: |
|
||||||
STACK_NAME="bookstack"
|
STACK_NAME="bookstack"
|
||||||
|
|||||||
Reference in New Issue
Block a user