Skip to content

Commit 6c3fde4

Browse files
authored
fix: find-jira can't find anything (#40)
1 parent 222db38 commit 6c3fde4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

find-jira/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ runs:
2222
steps:
2323
- id: request
2424
shell: bash
25+
env:
26+
QUERY: ${{ inputs.jql }}
2527
run: |
2628
{
2729
echo "REQUEST_BODY<<EOF"
@@ -32,7 +34,6 @@ runs:
3234
shell: bash
3335
env:
3436
JIRA_API_TOKEN: ${{ inputs.token }}
35-
QUERY: ${{ inputs.jql }}
3637
JIRA_API_BASE: ${{ inputs.api-base }}
3738
REQUEST_BODY: ${{ steps.request.outputs.REQUEST_BODY }}
3839
run: |

0 commit comments

Comments
 (0)