Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

gha-trigger/step-summary-action

Repository files navigation

step-summary-action

GitHub Actions to show gha-trigger's step summary

image

Example

on:
  workflow_dispatch:
    inputs:
      data:
        required: true
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: gha-trigger/step-summary-action@main
        with:
          data: ${{inputs.data}}

Inputs

  • data: gha-trigger's workflow_dispatch event input data

Outputs

Nothing.

LICENSE

MIT