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

Commit

Permalink
ci: fix publish server action
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jun 26, 2022
1 parent 0cb598d commit 232a438
Show file tree
Hide file tree
Showing 7 changed files with 2,451 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .github/actions/filter-changelog/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Filter Changelog
description: Filter changelog down to specific scopes
inputs:
changelog:
description: The input changelog
required: true
scopes:
description: Comma separated list of scopes to filter the changelog down to
required: true
outputs:
changelog:
description: The filtered changelog
empty:
description: Whether or not the changelog is empty
runs:
using: node16
main: dist/index.js
Loading

0 comments on commit 232a438

Please sign in to comment.