Error when trying to use the Xero java API on Spring Boot / Java 17 #15
This file contains hidden or 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 |