Skip to content

Commit 8600dae

Browse files
committed
change option #17
1 parent f2f9fa6 commit 8600dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-chaos-mesh-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
kubectl get pods
4747
4848
- name: Setup Chaos Mesh Config File
49-
run: echo "CFG_BASE64=`base64 kubernetes/test/chaos-mesh/experiments/container-kill.yaml`" >> $GITHUB_ENV
49+
run: echo "CFG_BASE64=$(base64 kubernetes/test/chaos-mesh/experiments/container-kill.yaml)" >> $GITHUB_ENV
5050

5151
- name: Chaos Mesh
5252
uses: chaos-mesh/chaos-mesh-action@v0.4

0 commit comments

Comments
 (0)