diff --git a/.github/workflows/server-ci.yaml b/.github/workflows/server-ci.yaml index 5a84996..4b02736 100644 --- a/.github/workflows/server-ci.yaml +++ b/.github/workflows/server-ci.yaml @@ -52,14 +52,14 @@ jobs: tags: lornest/digits:latest - name: Run curl command - run: | - curl --request POST "https://api.humanitec.io/orgs/gl-uki/artefact-versions" \ - --header "Authorization: Bearer ${{ secrets.HUMANITEC_TOKEN }}" \ - --header "Content-Type: application/json" \ - --data-raw '{ - "name": "'${{ digits-server }}'", - "version": "'${{ github.sha }}'", - "type": "container", - "commit": "'${{ github.sha }}'", - "ref": "'${{ github.ref }}'" - }' + run: | + curl --request POST "https://api.humanitec.io/orgs/gl-uki/artefact-versions" \ + --header "Authorization: Bearer ${{ secrets.HUMANITEC_TOKEN }}" \ + --header "Content-Type: application/json" \ + --data-raw '{ + "name": "'${{ digits-server }}'", + "version": "'${{ github.sha }}'", + "type": "container", + "commit": "'${{ github.sha }}'", + "ref": "'${{ github.ref }}'" + }'