Skip to content

Create Informational Syschange #79

Create Informational Syschange

Create Informational Syschange #79

Workflow file for this run

name: Create Informational Syschange
on: workflow_dispatch
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Informational Syschange
id: syschange
uses: ./
with:
summary: "Test Ticket"
description: "Testing Create Pull Request Github Action"
author: ${{ github.event.sender.login }}
group: "OIT-JSM-Web Services"
affectedServices: 1631557
apiKey: ${{ secrets.WS_ATLASSIAN_KEY }}
- name: Print Ticket Link
run: |
echo '::echo::on'
echo "${{ steps.syschange.outputs.ticket-link }}"