refresh_oauth2_token silently fails if can_refresh_access_token fails type validation #1
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 Backlog | |
on: | |
issues: | |
types: | |
- reopened | |
jobs: | |
create_jira_issue: | |
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_reopen.yml@master | |
secrets: inherit |