Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2020
1 parent d3c9bc6 commit 78dd560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"ccf1e5e4b509f81b065681a209f6d0078065e48c","ref":"refs/tags/v2.0.0","tagName":"v2.0.0","branch":"gh-actions","tags":["v2.0.0","v2.0","v2"],"updated_at":"2020-11-06T10:20:51.357Z"}
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"37025fb178069d38177211a3d05b2aae9eeb814e","ref":"refs/tags/v2.0.1","tagName":"v2.0.1","branch":"gh-actions","tags":["v2.0.1","v2.0","v2"],"updated_at":"2020-11-06T10:35:24.934Z"}
2 changes: 1 addition & 1 deletion lib/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.CONCLUSIONS = void 0;
exports.CONCLUSIONS = [
'neutral',
'success',
'skipped',
'success',
'cancelled',
'timed_out',
'action_required',
Expand Down

0 comments on commit 78dd560

Please sign in to comment.