Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 18, 2024
1 parent 5f16388 commit 464c3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
uses: fjogeleit/http-request-action@v1
with:
url: 'https://nodejs.org/dist/index.json'
method: 'GET'

# - name: Show Response
# run: |
# echo ${{ steps.myRequest.outputs.response }}
# echo ${{ steps.myRequest.outputs.headers }}
# echo ${{ steps.myRequest.outputs.status }}
# echo ${{ fromJson(steps.myRequest.outputs.response).field_you_want_to_access }}
# echo ${{ fromJson(steps.myRequest.outputs.response).field_you_want_to_access }}

- name: HTTP Request Action
id: node-version
Expand Down

0 comments on commit 464c3f9

Please sign in to comment.