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 81afaff commit c318b69Copy full SHA for c318b69
.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_path}}/actions/workflows/workflow-restarter.yml/dispatches`,
+ '/repos/'${{github.action_path}}'/actions/workflows/workflow-restarter.yml/dispatches',
48
{
49
ref: 'cat_1820',
50
inputs: {
0 commit comments