Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.yaml Secret

Created February 19, 2023 20:11
Show Gist options
  • Select an option

  • Save KyMidd/58d871c2c049e7aa8cae5b61eeaa0caa to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/58d871c2c049e7aa8cae5b61eeaa0caa to your computer and use it in GitHub Desktop.
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