From 464c3f95f87c88c7522e9d58c47ef217a5929433 Mon Sep 17 00:00:00 2001 From: agracio Date: Wed, 18 Sep 2024 22:37:27 +0100 Subject: [PATCH] updating GitHub pipeline --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a2ef217..426d4094 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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