Skip to content

Commit

Permalink
show some progress
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Jun 4, 2024
1 parent 2562921 commit 89c3206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ runs:
description="${body}"
echo "Creating issue ${title}} and linking it as a dependency to ${{ inputs.DEPENDENT_ISSUE}}"
# Create the new issue
create_response=$(curl -s -u "${{ inputs.JIRA_USERNAME}}:${{ inputs.JIRA_API_TOKEN}}" -X POST -H "Content-Type: application/json" --data '{
"fields": {
Expand Down Expand Up @@ -149,5 +151,3 @@ runs:
"key": "$new_issue_key"
}
}' "https://${{ inputs.JIRA_URL }}/rest/api/2/issueLink"
echo "Created issue $new_issue_key and linked it as a dependency to ${{ inputs.DEPENDENT_ISSUE}}"

0 comments on commit 89c3206

Please sign in to comment.