Skip to content

Commit

Permalink
add ref back
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent 62591e3 commit a4d617b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const github = require('@actions/github');
octokit.repos.listDeployments,
{
owner,
repo
repo,
ref
}
)) {
for (const deployment of deployments) {
Expand Down

0 comments on commit a4d617b

Please sign in to comment.