Skip to content

Commit

Permalink
[actions] Build of 53e66f7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 5, 2022
1 parent c85ab9b commit edef931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions typescript/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ function get_commits(octokit) {
for (const commit of github.context.payload['commits']) {
commits.push(new commit_1.Commit(commit));
}
// on tags
}
else if ('head_commit' in github.context.payload) {
commits.push(new commit_1.Commit(github.context.payload['head_commit']));
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion typescript/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit edef931

Please sign in to comment.