Skip to content

Commit 372d7c2

Browse files
test
1 parent e4171e5 commit 372d7c2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/workflow-restarter-proxy

1 file changed

+1
-1
lines changed

.github/actions/workflow-restarter-proxy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
require 'octokit'
4545
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')
4646
client.post(
47-
'/repos/${{github.action_repository}}/actions/workflows/workflow-restarter.yml/dispatches',
47+
'/repos/cat-gituhub-actions/actions/workflows/workflow-restarter.yml/dispatches',
4848
{
4949
ref: 'cat_1820',
5050
inputs: {

0 commit comments

Comments
 (0)