We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7564d commit 9bc839aCopy full SHA for 9bc839a
1 file changed
.github/workflows/cd-prod.yml
@@ -39,7 +39,7 @@ jobs:
39
const runs = await github.rest.actions.listWorkflowRuns({
40
owner: context.repo.owner,
41
repo: context.repo.repo,
42
- workflow_id: 'cd-stg.yml', # name of stg workflow yml
+ workflow_id: 'cd-stg.yml', // name of stg workflow yml
43
branch: 'main',
44
per_page: 1
45
});
0 commit comments