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

Commit

Permalink
Merge pull request #11 from gha-trigger/fix/remove-step-summary-action
Browse files Browse the repository at this point in the history
fix: remove step summary action
  • Loading branch information
suzuki-shunsuke authored Sep 10, 2022
2 parents 948bd29 + 75b23c5 commit b1662b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GitHub Actions for [gha-trigger](https://gha-trigger.github.io)

## What does this action do?

- Show GitHub Actions Step Summary by [gha-trigger/step-summary-action](https://github.com/gha-trigger/step-summary-action)
- Set Environment Variables by [gha-trigger/set-env-action](https://github.com/gha-trigger/set-env-action)
- Generate GitHub App Token by [tibdex/github-app-token](https://github.com/tibdex/github-app-token)
- Set the commit status to `pending`
Expand Down
3 changes: 0 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ outputs:
runs:
using: composite
steps:
- uses: gha-trigger/step-summary-action@v0.1.0
with:
data: ${{inputs.data}}
- uses: gha-trigger/set-env-action@v0.1.0
with:
data: ${{inputs.data}}
Expand Down

0 comments on commit b1662b1

Please sign in to comment.