Skip to content

Test workflow for setting up project workflows #78

Test workflow for setting up project workflows

Test workflow for setting up project workflows #78

name: 'Test workflow for setting up project workflows'
on:
workflow_dispatch:
jobs:
get-list:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: 'Get list'
id: 'get-list'
with:
token: ${{ secrets.PADMS_PAT_READ_PACKAGE }}
uses: ./.github/workflows/project/
- name: Post a message in a channel
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
payload: |
text: "*GitHub Action build result*: ${{ job.status }}"
blocks:
- type: "section"
text:
type: "mrkdwn"
text: ${{ env.ITEM_IDS }}