Skip to content

Commit

Permalink
test: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Aug 14, 2024
1 parent c326bc2 commit b06bc97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-title-spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:

check-assignee:
name: Check assignee
runs-on: ubuntu-latest
steps:
- name: Check assignee
run: |
response=$(curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${GITHUB_REPOSITORY}/assignees)
https://api.github.com/repos/${{ github.repository }}/assignees)
echo "$response" > response.log

0 comments on commit b06bc97

Please sign in to comment.