Skip to content

Commit

Permalink
chore: deploy aliyun ack
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 8, 2023
1 parent cdc8eda commit d08b070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aliyun-ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: Configure ACK Context
run: |
touch config.yaml
echo "${{ env.ACK_KUBECONFIG }}" > config.yaml
echo '${{ env.ACK_KUBECONFIG }}' > config.yaml
mkdir -p $HOME/.kube
mv config.yaml $HOME/.kube/config
Expand Down

0 comments on commit d08b070

Please sign in to comment.