diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index f0b2d85d8..02c0f0851 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -42,22 +42,22 @@ jobs: DEPLOY_ENV="${ADDR[1]}" echo "::set-output name=DEPLOY_ENV::$DEPLOY_ENV" IFS=' ' - - name: Get PR Status Checks - id: get-pr-checks - uses: octokit/request-action@v2.x - with: - route: GET /repos/{owner}/{repo}/commits/{ref}/status - owner: ${{ github.repository_owner }} - repo: TANF-app - ref: ${{ github.event.pull_request.head.ref }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Extract current PR state - id: get-pr-state - run: | - STATE=${{ fromJson(steps.get-pr-checks.outputs.data).state }} - echo "::set-output name=STATE::$STATE" - echo "Current PR state: $STATE" + #- name: Get PR Status Checks + # id: get-pr-checks + # uses: octokit/request-action@v2.x + # with: + # route: GET /repos/{owner}/{repo}/commits/{ref}/status + # owner: ${{ github.repository_owner }} + # repo: TANF-app + # ref: ${{ github.event.pull_request.head.ref }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + #- name: Extract current PR state + # id: get-pr-state + # run: | + # STATE=${{ fromJson(steps.get-pr-checks.outputs.data).state }} + # echo "::set-output name=STATE::$STATE" + # echo "Current PR state: $STATE" - name: Live Environment Badge uses: schneegans/dynamic-badges-action@v1.7.0