mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
wip15
This commit is contained in:
parent
95d711101e
commit
346431bdc2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/env.yml
vendored
6
.github/workflows/env.yml
vendored
|
@ -33,10 +33,8 @@ jobs:
|
|||
KEY_TMDB: ${{secrets.KEY_TMDB}}
|
||||
- name: Repo secrets
|
||||
run: |
|
||||
'echo "Starting"'
|
||||
'echo "Still here"'
|
||||
'echo "$KEY_TMDB2" > key'
|
||||
'echo "Ending"'
|
||||
echo 'Hello World!'
|
||||
echo 'Hello again!'
|
||||
shell: bash
|
||||
env:
|
||||
KEY_TMDB2: ${{secrets.KEY_TMDB2}}
|
Loading…
Reference in a new issue