diff --git a/.github/workflows/new-device.yml b/.github/workflows/new-device.yml index 14ac48805..abee5610e 100644 --- a/.github/workflows/new-device.yml +++ b/.github/workflows/new-device.yml @@ -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 '{