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 372d7c2 commit 700c40cCopy full SHA for 700c40c
.github/actions/workflow-restarter-proxy/action.yml
@@ -44,9 +44,9 @@ runs:
44
require 'octokit'
45
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')
46
client.post(
47
- '/repos/cat-gituhub-actions/actions/workflows/workflow-restarter.yml/dispatches',
+ '/repos/${{ inputs.repository }}/actions/workflows/workflow-restarter.yml/dispatches',
48
{
49
- ref: 'cat_1820',
+ ref: 'main',
50
inputs: {
51
repo: '${{ inputs.repository }}',
52
run_id: '${{ inputs.run_id }}'
0 commit comments