-
-
Save KyMidd/58d871c2c049e7aa8cae5b61eeaa0caa to your computer and use it in GitHub Desktop.
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: 'Check Jira for ticket exist' | |
| description: 'I validate that a list of tickets exist in PF Jira' | |
| inputs: | |
| jira-username: | |
| description: 'Username used to poll Jira for ticket information' | |
| required: true | |
| jira-api-token: | |
| description: 'API Token used to poll Jira for ticket information' | |
| required: true | |
| BASE_BRANCH: | |
| description: 'Base branch' | |
| required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment