Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jul 23, 2024
1 parent acb2ba3 commit 8ef327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function main() {
manifest,
event: github.context.payload,
};
const progress = api.gitHubActionsDeploy(projectId, req, files);
const progress = await api.gitHubActionsDeploy(projectId, req, files);
let deployment;
for await (const event of progress) {
switch (event.type) {
Expand Down

0 comments on commit 8ef327a

Please sign in to comment.