Skip to content

Commit

Permalink
WIP: Use correct label
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Apr 8, 2024
1 parent 28d404a commit 257f270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _logging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ runs:
shell: powershell
if: ${{ inputs.level == 'WARNING' && runner.os == 'Windows' }}
run: |
Write-Host "$([char]27)[93m[ERROR]: ${{ inputs.message }}$([char]27)[0m"
Write-Host "$([char]27)[93m[WARNING]: ${{ inputs.message }}$([char]27)[0m"
- name: "Report info message"
shell: powershell
if: ${{ inputs.level == 'INFO' && runner.os == 'Windows' }}
run: |
Write-Host "$([char]27)[92m[ERROR]: ${{ inputs.message }}$([char]27)[0m"
Write-Host "$([char]27)[92m[INFO]: ${{ inputs.message }}$([char]27)[0m"

0 comments on commit 257f270

Please sign in to comment.