Skip to content

Commit 2ae2b04

Browse files
authored
Update issues.yml
1 parent 177e23d commit 2ae2b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Push
18-
run: git push http://${{ github.token }}@github.com/${{ github.repository }} HEAD:master-${{ github.event.comment.id }}
18+
run: git push https://${{ github.token }}@github.com/${{ github.repository }} HEAD:master-${{ github.event.comment.id }}
1919

2020

0 commit comments

Comments
 (0)