Skip to content

Commit

Permalink
version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Sep 14, 2021
1 parent 305a0e3 commit 8612931
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 24 deletions.
68 changes: 45 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,47 @@
{
"name" : "wretry.action",
"version" : "0.2.6",
"description" : "Retries an Github Action step on failure",
"enabled" : 1,
"author" : "Kostiantyn Wandalen <wanalen@01.school>",
"contributors" :
[
"Kostiantyn Wandalen <wanalen@01.school>",
"name": "wretry.action",
"version": "0.2.7",
"description": "Retries an Github Action step on failure",
"enabled": 1,
"author": "Kostiantyn Wandalen <wanalen@01.school>",
"contributors": [
"Kostiantyn Wandalen <wanalen@01.school>",
"Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"
],
"license" : "MIT",
"scripts" : { "test" : "wtest .run \"test/**\"" },
"homepage" : "https://github.com/Wandalen/wretry.action#action::wretry.action",
"keywords" : [ "action", "retry", "github", "workflow" ],
"npm.engines" : { "node" : ">= 10.0.0" },
"engine" : "node >= 10.0.0",
"repository" : "https://github.com/Wandalen/wretry.action",
"bugs" : "https://github.com/Wandalen/wretry.action/issues",
"main" : "src/Main.js",
"proto.entry" : [ "src/Main.js" ],
"dependencies" : { "@actions/core" : "^1.4.0", "wgittools" : "" },
"devDependencies" : { "wTesting" : "" },
"files" : [ "src/Common.js", "src/Main.js", "src/Post.js", "src/Pre.js", "src/Retry.js", "src/Runner.js" ]
}
],
"license": "MIT",
"scripts": {
"test": "wtest .run \"test/**\""
},
"homepage": "https://github.com/Wandalen/wretry.action#action::wretry.action",
"keywords": [
"action",
"retry",
"github",
"workflow"
],
"npm.engines": {
"node": ">= 10.0.0"
},
"engine": "node >= 10.0.0",
"repository": "https://github.com/Wandalen/wretry.action",
"bugs": "https://github.com/Wandalen/wretry.action/issues",
"main": "src/Main.js",
"proto.entry": [
"src/Main.js"
],
"dependencies": {
"wgittools": "",
"@actions/core": "^1.4.0"
},
"devDependencies": {
"wTesting": ""
},
"files": [
"src/Common.js",
"src/Main.js",
"src/Post.js",
"src/Pre.js",
"src/Retry.js",
"src/Runner.js"
]
}
2 changes: 1 addition & 1 deletion will.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about:
name: wretry.action
version: 0.2.6
version: 0.2.7
description: Retries an Github Action step on failure
enabled: 1
author: Kostiantyn Wandalen <wanalen@01.school>
Expand Down

0 comments on commit 8612931

Please sign in to comment.