Skip to content

Commit

Permalink
Use HTTP GET method to get metadata version.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 6, 2023
1 parent 8986409 commit dc4ff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# echo ${{ steps.metadataVersion.outputs.headers }}
# echo ${{ fromJson(steps.metadataVersion.outputs.response).build_date }}
run: |
$output = '${{ steps.metadataVersion.outputs.output }}' | ConvertFrom-Json
$output = '${{ steps.metadataVersion.outputs.output }}'
Write-Host "Time from output $($output.time) statusCode $($output.statusCode) data $($output.data)"
- name: Checkout source
Expand Down

0 comments on commit dc4ff5d

Please sign in to comment.