Skip to content

Commit

Permalink
Fix preview-cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jan 23, 2025
1 parent fffae56 commit ae278c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
});
}
octokit.rest.repos.deleteAnEnvironment({
await github.rest.repos.deleteAnEnvironment({
owner,
repo,
environment_name: `preview-${context.issue.number}`,
Expand Down

0 comments on commit ae278c2

Please sign in to comment.