Skip to content

Commit 9bc839a

Browse files
committed
fix: Fix JS comment breaking script
1 parent 7b7564d commit 9bc839a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
const runs = await github.rest.actions.listWorkflowRuns({
4040
owner: context.repo.owner,
4141
repo: context.repo.repo,
42-
workflow_id: 'cd-stg.yml', # name of stg workflow yml
42+
workflow_id: 'cd-stg.yml', // name of stg workflow yml
4343
branch: 'main',
4444
per_page: 1
4545
});

0 commit comments

Comments
 (0)