env makes more sense
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
ThaMunsta
2025-03-15 13:57:34 -04:00
parent 9071a364e2
commit ee8910ad51

View File

@@ -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"