File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
actions/generate-jira-release Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments