Skip to content

Commit

Permalink
update generated action file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 committed Apr 4, 2024
1 parent f7d3609 commit 5152cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/javascript/awaitStagingDeploys/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12158,7 +12158,7 @@ function run() {
}),
])
.then((responses) => {
console.info('[awaitStagingDeploys] listWOrkflowRuns responses', responses);
console.info('[awaitStagingDeploys] listWorkflowRuns responses', responses);
const workflowRuns = responses[0].data.workflow_runs;
if (!tag && typeof responses[1] === 'object') {
workflowRuns.push(...responses[1].data.workflow_runs);
Expand Down

0 comments on commit 5152cbd

Please sign in to comment.