Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 31, 2024
1 parent 3fbd90f commit f0d5581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-quest-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,9 @@ jobs:
-d ${{ steps.issue.outputs.dashboardUrl }}
}
echo "result:"
$result
$trimmed = $result[$($result.IndexOf("{"))..$($result.Length)] | ConvertFrom-Json
echo "questType=$($trimmed.questType)" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append
Expand Down

0 comments on commit f0d5581

Please sign in to comment.