mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 05:26:31 +00:00
set depends_on
for link checker (#4531)
This commit is contained in:
parent
d57dcf26de
commit
995e71dfac
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ steps:
|
||||||
|
|
||||||
- name: Update issue
|
- name: Update issue
|
||||||
image: docker.io/curlimages/curl:8.11.0
|
image: docker.io/curlimages/curl:8.11.0
|
||||||
|
depends_on: links
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
|
Loading…
Reference in a new issue