File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
34
34
owner : dscho
35
35
repositories : git
36
- - uses : gitgitgadget /gitgitgadget/handle-new-mails@v1
36
+ - uses : dscho /gitgitgadget/handle-new-mails@v1
37
37
with :
38
38
pr-repo-token : ${{ steps.gitgitgadget-git-token.outputs.token }}
39
39
upstream-repo-token : ${{ steps.git-git-token.outputs.token }}
Original file line number Diff line number Diff line change 79
79
-f "output[text]=$text" \
80
80
--jq '"check_run_id=\(.id)"')"
81
81
echo "check_run_id=$check_run_id" >> $GITHUB_OUTPUT
82
- - uses : gitgitgadget /gitgitgadget/handle-pr-comment@v1
82
+ - uses : dscho /gitgitgadget/handle-pr-comment@v1
83
83
with :
84
84
pr-repo-token : ${{ steps.gitgitgadget-git-token.outputs.token }}
85
85
upstream-repo-token : ${{ steps.git-git-token.outputs.token }}
Original file line number Diff line number Diff line change 78
78
-f "output[text]=$text" \
79
79
--jq '"check_run_id=\(.id)"')"
80
80
echo "check_run_id=$check_run_id" >> $GITHUB_OUTPUT
81
- - uses : gitgitgadget /gitgitgadget/handle-pr-push@v1
81
+ - uses : dscho /gitgitgadget/handle-pr-push@v1
82
82
with :
83
83
pr-repo-token : ${{ steps.gitgitgadget-git-token.outputs.token }}
84
84
upstream-repo-token : ${{ steps.git-git-token.outputs.token }}
Original file line number Diff line number Diff line change 20
20
private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
21
21
owner : gitgitgadget
22
22
repositories : git
23
- - uses : gitgitgadget /gitgitgadget/update-mail-to-commit-notes@v1
23
+ - uses : dscho /gitgitgadget/update-mail-to-commit-notes@v1
24
24
with :
25
25
pr-repo-token : ${{ steps.gitgitgadget-git-token.outputs.token }}
Original file line number Diff line number Diff line change 33
33
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
34
34
owner : dscho
35
35
repositories : git
36
- - uses : gitgitgadget /gitgitgadget/update-prs@v1
36
+ - uses : dscho /gitgitgadget/update-prs@v1
37
37
with :
38
38
pr-repo-token : ${{ steps.gitgitgadget-git-token.outputs.token }}
39
39
upstream-repo-token : ${{ steps.git-git-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments