test
This commit is contained in:
parent
decc5cb36d
commit
48229ddbc7
1 changed files with 7 additions and 1 deletions
|
@ -27,3 +27,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Mkdocs_files
|
name: Mkdocs_files
|
||||||
path: /workspace/YannK/Actions_tests/Actions_tests/site
|
path: /workspace/YannK/Actions_tests/Actions_tests/site
|
||||||
|
secret_test:
|
||||||
|
runs-on: bookworm
|
||||||
|
step:
|
||||||
|
- name: Test de secret
|
||||||
|
run: |
|
||||||
|
echo {{ secrets.CD_SECRET_NUMBER_1 }}
|
Loading…
Reference in a new issue