Create quotes not working and giving a 500 Internal Server Error without any detail of what is wrong! #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Jira Ticket Status To Done | |
on: | |
issues: | |
types: | |
- closed | |
jobs: | |
create_jira_issue: | |
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_closed.yml@master | |
secrets: inherit |