Skip to content

Commit 700c40c

Browse files
test
1 parent 372d7c2 commit 700c40c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ runs:
4444
require 'octokit'
4545
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')
4646
client.post(
47-
'/repos/cat-gituhub-actions/actions/workflows/workflow-restarter.yml/dispatches',
47+
'/repos/${{ inputs.repository }}/actions/workflows/workflow-restarter.yml/dispatches',
4848
{
49-
ref: 'cat_1820',
49+
ref: 'main',
5050
inputs: {
5151
repo: '${{ inputs.repository }}',
5252
run_id: '${{ inputs.run_id }}'

0 commit comments

Comments
 (0)