Skip to content

Commit bff47b7

Browse files
committed
fix url in debugging
1 parent d43e11f commit bff47b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Get registration token
3030
id: getRegToken
3131
run: |
32-
curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/fujinet-wifi/fujinet-firmware/actions/runners/registration-token
32+
curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/fujinetwifi/fujinet-firmware/actions/runners/registration-token
3333
3434
# tagged-release:
3535
# name: "PlatformIO CI"

0 commit comments

Comments
 (0)