We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c576c commit 0967fabCopy full SHA for 0967fab
1 file changed
.github/workflows/deploy.yml
@@ -118,17 +118,6 @@ jobs:
118
- name: Checkout code
119
uses: actions/checkout@v4
120
121
- #- name: Get PR number from GitHub API
122
- # id: pr
123
- # run: |
124
- # PR_API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/commits/${GITHUB_SHA}/pulls"
125
- # PR_NUMBER=$(curl -s -H "Accept: application/vnd.github.groot-preview+json" \
126
- # -H "Authorization: Bearer $GITHUB_TOKEN" \
127
- # $PR_API_URL | jq '.[0].number')
128
- # echo "pr_number=$PR_NUMBER"
129
- # env:
130
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131
-
132
- name: Download artifacts
133
uses: actions/download-artifact@v4
134
with:
0 commit comments