Skip to content

Commit

Permalink
[command] npm run release
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Mar 10, 2020
1 parent 856c9f5 commit 293f8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10451,7 +10451,8 @@ class Client {
};
}
get action() {
const { sha } = github.context;
var _a, _b;
const sha = (_b = (_a = github.context.payload.pull_request) === null || _a === void 0 ? void 0 : _a.head.sha, (_b !== null && _b !== void 0 ? _b : github.context.sha));
const { owner, repo } = github.context.repo;
return {
title: 'action',
Expand Down

0 comments on commit 293f8dc

Please sign in to comment.