diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a493a8f..5394544 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -118,17 +118,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - #- name: Get PR number from GitHub API - # id: pr - # run: | - # PR_API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/commits/${GITHUB_SHA}/pulls" - # PR_NUMBER=$(curl -s -H "Accept: application/vnd.github.groot-preview+json" \ - # -H "Authorization: Bearer $GITHUB_TOKEN" \ - # $PR_API_URL | jq '.[0].number') - # echo "pr_number=$PR_NUMBER" - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Download artifacts uses: actions/download-artifact@v4 with: