Skip to content

Commit

Permalink
update new-deivce
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Dec 15, 2023
1 parent 7637e42 commit 9f4ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Rename Issue
run: |
curl --request PATCH \
--url https://api.github.com/repos/${{github.event.repository.name}}/issues/${{github.event.issue.number}} \
--url https://api.github.com/repos/${{github.repository}}/issues/${{github.event.issue.number}} \
--header 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'Content-Type: application/json' \
--data '{
Expand Down

0 comments on commit 9f4ad5f

Please sign in to comment.