File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 55 description : " The parent page to create the release notes."
66 type : string
77 required : true
8- jira-username :
9- description : " The JIRA username to tag the release."
10- type : string
11- required : true
128 jira-domain :
139 description : " The JIRA domain to tag the release."
1410 type : string
1511 required : true
1612 secrets :
13+ jira-username :
14+ description : " The JIRA username to tag the release."
15+ required : true
1716 jira-api-token :
1817 description : " The JIRA API token to tag the release."
1918 required : true
3433 with :
3534 version : ${{ env.version }}
3635 parent-page : ${{ inputs.parent-page-id }}
37- jira-username : ${{ inputs .jira-username }}
36+ jira-username : ${{ secrets .jira-username }}
3837 jira-domain : ${{ inputs.jira-domain }}
3938 jira-api-token : ${{ secrets.jira-api-token }}
Original file line number Diff line number Diff line change 11{
22 "name" : " github-actions" ,
3- "version" : " 2.4.7 " ,
3+ "version" : " 2.5.0 " ,
44 "description" : " Used to store GitHub actions for use across the enterprise" ,
55 "scripts" : {
66 "test" : " ./tooling/scripts/run_tests.sh" ,
You can’t perform that action at this time.
0 commit comments