Fix Woodpecker workflow: correct environment variable declaration in first-test.yml.
This commit is contained in:
@@ -22,7 +22,7 @@ steps:
|
|||||||
- name: deploy-pages
|
- name: deploy-pages
|
||||||
image: bitnami/git:latest
|
image: bitnami/git:latest
|
||||||
environment:
|
environment:
|
||||||
- CI_TOKEN:
|
CI_TOKEN:
|
||||||
from_secret: CI_TOKEN
|
from_secret: CI_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.name "Woodpecker CI"
|
- git config --global user.name "Woodpecker CI"
|
||||||
|
|||||||
Reference in New Issue
Block a user