Skip to content

Commit aa5af3c

Browse files
committed
OPS-64 Some cleanup
1 parent 54223ac commit aa5af3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/generate-jira-release/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ inputs:
2929
jira-base-url:
3030
description: 'Jira base URL'
3131
required: true
32-
jira-username:
33-
description: 'Jira username'
34-
required: true
3532
jira-project-id:
3633
description: 'Jira project ID'
3734
required: true
3835
jira-project-key:
3936
description: 'Jira project key'
4037
required: true
38+
jira-username:
39+
description: 'Jira username'
40+
required: true
4141
jira-api-token:
4242
description: 'Jira API token'
4343
required: true

.github/workflows/generate-jira-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
kosli-cli-version: ${{ vars.KOSLI_CLI_VERSION }}
2525
kosli-api-token: ${{ secrets.KOSLI_PUBLIC_API_TOKEN }}
2626
jira-base-url: ${{ vars.JIRA_BASE_URL }}
27-
jira-username: ${{ secrets.KOSLI_JIRA_USERNAME }}
2827
jira-project-id: ${{ vars.JIRA_PROJECT_ID }}
2928
jira-project-key: ${{ vars.JIRA_PROJECT_KEY }}
29+
jira-username: ${{ secrets.KOSLI_JIRA_USERNAME }}
3030
jira-api-token: ${{ secrets.KOSLI_JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)