File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
name : Create Jira issue
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- # - name: Login
12
- # uses: atlassian/gajira-login@v3
13
- # env:
14
- # JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
15
- # JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
16
- # JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
11
+ - name : Login
12
+ uses : atlassian/gajira-login@v3
13
+ env :
14
+ JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
15
+ JIRA_API_TOKEN : ${{ secrets.JIRA_API_TOKEN }}
16
+ JIRA_USER_EMAIL : ${{ secrets.JIRA_USER_EMAIL }}
17
17
18
- - name : Print Issue Body
19
- run : echo "Issue Body: ${{ github.event.issue.body }}"
18
+ # - name: Print Issue Body
19
+ # run: echo "Issue Body: ${{ github.event.issue.body }}"
20
20
21
- # - name: Create Issue
22
- # uses: atlassian/gajira-create@v3
23
- # with:
24
- # project: FB
25
- # issuetype: Task
26
- # summary: '${{ github.event.issue.title }}'
27
- # description: '${{ github.event.issue.body }}'
21
+ - name : Create Issue
22
+ uses : atlassian/gajira-create@v3
23
+ with :
24
+ project : FB
25
+ issuetype : Task
26
+ summary : ' ${{ github.event.issue.title }}'
27
+ description : ' ${{ github.event.issue.body }}'
You can’t perform that action at this time.
0 commit comments