mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user