Skip to content

Commit

Permalink
Merge pull request #54 from gawaooooo-sandbox/refactor/npm-publish
Browse files Browse the repository at this point in the history
refactor: add inputs summary step
  • Loading branch information
gawaooooo authored May 1, 2024
2 parents ac2f6a0 + fb4bbfc commit 2d2c258
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composite/npm-auto-bump/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ inputs:
runs:
using: composite
steps:
- name: Inputs summary
uses: gawaooooo-sandbox/learn-github-actions-custom/composite/inputs-summary@v3
with:
workflow-inputs: ${{ toJSON(inputs) }}

- name: Check label validity
run: |
set -xeu
Expand Down
5 changes: 5 additions & 0 deletions composite/npm-release-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ inputs:
runs:
using: composite
steps:
- name: Inputs summary
uses: gawaooooo-sandbox/learn-github-actions-custom/composite/inputs-summary@v3
with:
workflow-inputs: ${{ toJSON(inputs) }}

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2d2c258

Please sign in to comment.