We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19db729 commit df22986Copy full SHA for df22986
action.js
@@ -228,7 +228,6 @@ const waitForDeploymentToStart = async ({
228
const deployments = await octokit.rest.repos.listDeployments({
229
owner,
230
repo,
231
- sha,
232
});
233
234
console.log('all deployments', deployments);
dist/index.js
@@ -234,7 +234,6 @@ const waitForDeploymentToStart = async ({
235
236
237
238
239
240
0 commit comments