Skip to content

Commit

Permalink
feat(resources-and-verbiage): fixed verbiage and added resurces (#26)
Browse files Browse the repository at this point in the history
* feat(resources-and-verbiage): fixed verbiage and added resurces

* feat(verbiage): added verbiage updated version
  • Loading branch information
maira-samtek authored Jun 20, 2024
1 parent e2c15a1 commit 2fe7685
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 12 deletions.
24 changes: 22 additions & 2 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@enterprise-cmcs/macpro-security-hub-sync": "^1.7.2"
"@enterprise-cmcs/macpro-security-hub-sync": "^1.9.0"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function run(): Promise<void> {
process.env.JIRA_CLOSED_STATUSES = core.getInput('jira-ignore-statuses')
process.env.AUTO_CLOSE = core.getInput('auto-close')
process.env.ASSIGNEE = core.getInput('assign-jira-ticket-to')
process.env.JIRA_FEATURE_KEY = core.getInput('jira-feature-issue')
process.env.JIRA_LINK_ID = core.getInput('jira-feature-issue')
process.env.JIRA_LINK_TYPE = core.getInput('jira-link-type')

let customJiraFields
Expand Down

0 comments on commit 2fe7685

Please sign in to comment.