We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5271863 commit 6f58c9fCopy full SHA for 6f58c9f
.github/workflows/smoke.yml
@@ -47,8 +47,11 @@ jobs:
47
--resource-group="tpiSmokeTestCluster$GITHUB_RUN_ID" \
48
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \
49
--file - |
50
- perl -p -e 's/%/%25/g;' -e 's/\n/%0A/g;' -e 's/\r/%0D/g;' |
51
- xargs -0 printf "::set-output name=kubeconfig::%s\n"
+ perl -0777p \
+ -e 's/%/%25/g;' \
52
+ -e 's/\n/%0A/g;' \
53
+ -e 's/\r/%0D/g;' \
54
+ -e 's/(.+)/::add-mask::\1\n::set-output name=kubeconfig::\1\n/g'
55
env:
56
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
57
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
0 commit comments