Skip to content

Commit

Permalink
[#3] Merge branch 'master' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Apr 5, 2020
2 parents e1cb7c5 + 54786d8 commit bac9000
Show file tree
Hide file tree
Showing 3 changed files with 3,601 additions and 2,254 deletions.
5 changes: 3 additions & 2 deletions __tests__/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ const action = (sha?: string): Field => {
return {
short: true,
title: 'action',
value: `<https://github.com/8398a7/action-slack/commit/${sha ??
process.env.GITHUB_SHA}/checks|action>`,
value: `<https://github.com/8398a7/action-slack/commit/${
sha ?? process.env.GITHUB_SHA
}/checks|action>`,
};
};

Expand Down
Loading

0 comments on commit bac9000

Please sign in to comment.