Create Informational Syschange #79
Workflow file for this run
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: 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 }}" |