Skip to content

Commit

Permalink
fix action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent c7924d6 commit 3c4c6ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/merge-changelogs/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Merge Changelogs'
description: 'Merges all public changelogs from changesets into a single changelog.'
outputs:
changelog:
description: 'The merged changelog.'
runs:
using: 'node20'
main: 'index.js'

0 comments on commit 3c4c6ea

Please sign in to comment.