Skip to content

Commit

Permalink
feat: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 26, 2023
1 parent 5d00eea commit ec7f293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/developer-portal-healthckeck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:

- name: Set Status to Pending
run: |
# PR_URL=$(jq -r .pull_request.url "$GITHUB_EVENT_PATH")
PR_URL=$(curl -s "https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.number }}" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" | jq -r .url)
SHA=$(jq -r .pull_request.head.sha "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit ec7f293

Please sign in to comment.