Update workflow with new syntax for set-output (#334)

* Update workflow with new syntax for set-output

* Remove-parameter-for-escape-sequences
This commit is contained in:
cloudsky13
2023-06-13 07:51:30 +05:30
committed by GitHub
parent 4bba28a7f2
commit d6cc2c8f90
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ jobs:
REPORT="${REPORT}\r\n"
if [ ${{needs.az-login-test-non-oidc.result}} == 'success' ]; then REPORT="${REPORT}\r\n|✅|<${RUN_URL}|az-login-test-non-oidc>"; else REPORT="${REPORT}\r\n|❌|<${RUN_URL}|az-login-test-non-oidc>"; fi
if [ ${{needs.az-login-test-oidc.result}} == 'success' ]; then REPORT="${REPORT}\r\n|✅|<${RUN_URL}|az-login-test-oidc>"; else REPORT="${REPORT}\r\n|❌|<${RUN_URL}|az-login-test-oidc>"; fi
echo "::set-output name=report::$REPORT"
echo "report=$REPORT" >> $GITHUB_OUTPUT
- name: Post to slack
shell: bash