We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab97a47 commit 1bb2590Copy full SHA for 1bb2590
1 file changed
.github/workflows/create-jira-bug-issue.yml
@@ -29,10 +29,10 @@ jobs:
29
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
30
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
31
32
- - name: Checkout main code
+ - name: Checkout release code
33
uses: actions/checkout@v4
34
with:
35
- ref: main
+ ref: release
36
37
- name: Issue Parser
38
uses: stefanbuck/github-issue-praser@v3
0 commit comments