mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try out env variable in admin test workflow
This commit is contained in:
parent
cf519381a2
commit
f713bcb410
3
.github/workflows/test-admin-interface.yml
vendored
3
.github/workflows/test-admin-interface.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- separate-admin-interface-workflow
|
||||
env:
|
||||
SERVICE: "Admin Interface"
|
||||
SERVICE: Admin Interface
|
||||
|
||||
jobs:
|
||||
# only (but most important) job from this workflow required for pull requests
|
||||
@ -25,6 +25,7 @@ jobs:
|
||||
token: ${{ github.token }}
|
||||
filters: .github/file-filters.yml
|
||||
list-files: shell
|
||||
- name: Try out env variable
|
||||
run: echo "This service's name is: $SERVICE"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user