Skip to content

Commit

Permalink
Merge pull request #45 from gruntwork-io/ceschae/pat-12-dont-throw-er…
Browse files Browse the repository at this point in the history
…rors-in-patcher-action-if-pr-already-exists

use patcher version 0.9.1
  • Loading branch information
ceschae authored Aug 23, 2024
2 parents 4ed18da + 9e055a9 commit 98c37e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13535,7 +13535,7 @@ const exec = __importStar(__nccwpck_require__(1514));
// Define constants
const GRUNTWORK_GITHUB_ORG = "gruntwork-io";
const PATCHER_GITHUB_REPO = "patcher-cli";
const PATCHER_VERSION = "v0.9.0";
const PATCHER_VERSION = "v0.9.1";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";
const HCLEDIT_ORG = "minamijoyo";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patcher-action",
"version": "0.2.0",
"version": "0.2.1",
"description": "Run Patcher by Gruntwork.io",
"main": "index.js",
"repository": "[email protected]:gruntwork-io/patcher-action.git",
Expand Down
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Api as GitHub } from "@octokit/plugin-rest-endpoint-methods/dist-types/

const GRUNTWORK_GITHUB_ORG = "gruntwork-io";
const PATCHER_GITHUB_REPO = "patcher-cli";
const PATCHER_VERSION = "v0.9.0";
const PATCHER_VERSION = "v0.9.1";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";

Expand Down

0 comments on commit 98c37e0

Please sign in to comment.