Skip to content

Commit

Permalink
return error message
Browse files Browse the repository at this point in the history
  • Loading branch information
shaswot77 committed Oct 16, 2024
1 parent 5e4c674 commit 12bc1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-plugin-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ jobs:
} catch {
Write-Output "Failed to deploy plugin"
Write-Output "Error: $($_.Exception.Message)"
$errMessage = $_.ErrorDetails.Message | ConvertFrom-Json
Write-Output "Error Message: $($errMessage.message)"
exit 1
}
shell: pwsh
Expand Down

0 comments on commit 12bc1b2

Please sign in to comment.