make the depends_on a list
This commit is contained in:
parent
6635c5fc9d
commit
03542ad2a9
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue