dev:测试变量
This commit is contained in:
parent
9624ca7e2e
commit
0065edf845
|
@ -53,7 +53,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy containers
|
- name: Deploy containers
|
||||||
env:
|
env:
|
||||||
HOST_UID: ${{ vars.HOST_UID }}
|
HOST_UID: ${{ secrets.HOST_UID }}
|
||||||
run: |
|
run: |
|
||||||
echo "HOST_UID"
|
echo "HOST_UID"
|
||||||
echo "${HOST_UID}1"
|
echo "${HOST_UID}1"
|
||||||
|
|
Loading…
Reference in New Issue