Skip to content

Commit

Permalink
Merge pull request #256 from Codex-/fix_workflow_id_selection
Browse files Browse the repository at this point in the history
Fix workflow ID selection
  • Loading branch information
Codex- authored Oct 16, 2024
2 parents 74e3f6f + 0f5de32 commit 8a6dfac
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 171 deletions.
22 changes: 10 additions & 12 deletions dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@opentf/std": "^0.13.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.4",
"@types/node": "~20.14.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitest/coverage-v8": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitest/coverage-v8": "^2.1.3",
"chalk": "^5.3.0",
"changelogithub": "^0.13.10",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -55,8 +55,8 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.3.1",
"prettier": "3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vitest": "^2.1.2"
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"vitest": "^2.1.3"
}
}
Loading

0 comments on commit 8a6dfac

Please sign in to comment.