Skip to content

Commit

Permalink
Merge branch 'main' into ScottBrenner-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Aug 11, 2024
2 parents eb06382 + c61207c commit 0f15695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-13
- macos-14
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
const defaultPython = isWindows() ? "python" : "python3";

try {
const version = getInput("version", /^[\d.*]+$/, "0.*");
const version = getInput("version", /^[\d.*]+$/, "1.*");
const command = getInput("command", /^cfn-lint\s || null/, null);
const python = getInput("python", /^.+$/, defaultPython);
return { version, command, python };
Expand Down Expand Up @@ -4332,4 +4332,4 @@ const setup = __nccwpck_require__(7391);

module.exports = __webpack_exports__;
/******/ })()
;
;

0 comments on commit 0f15695

Please sign in to comment.