make the depends_on a list

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-25 20:54:20 +01:00
parent 6635c5fc9d
commit 03542ad2a9
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -74,7 +74,8 @@ steps:
environment:
SSH_KEY:
from_secret: SSH_KEY
depends_on: Format nix
depends_on:
- Format nix
- name: Create pull request
image: nixery.dev/shell/curl
commands:
@ -83,7 +84,8 @@ steps:
environment:
AUTHORISATION:
from_secret: GITEA_KEY
depends_on: Push git
depends_on:
- Push git
#trigger:
# event:
# - cron