We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4171e5 commit 372d7c2Copy full SHA for 372d7c2
.github/actions/workflow-restarter-proxy/action.yml
@@ -44,7 +44,7 @@ runs:
44
require 'octokit'
45
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')
46
client.post(
47
- '/repos/${{github.action_repository}}/actions/workflows/workflow-restarter.yml/dispatches',
+ '/repos/cat-gituhub-actions/actions/workflows/workflow-restarter.yml/dispatches',
48
{
49
ref: 'cat_1820',
50
inputs: {
0 commit comments