Skip to content

Commit

Permalink
fix: use unique action name to be able to publish on Github marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Apr 13, 2021
1 parent 345de5f commit c797950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# release-notes-generator

A Github Action for semantic-release/release-notes-generator
A Github Action for [semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator)

[![Build](https://github.com/Fresa/release-notes-generator/actions/workflows/ci.yml/badge.svg)](https://github.com/Fresa/release-notes-generator/actions/workflows/ci.yml)

Expand All @@ -27,7 +27,7 @@ jobs:
- run: echo "${{ steps.release_notes.outputs.release_notes }}"
```
### 📥 Inputs
### Inputs
- **github_token** _(required)_ - The Github token used to query this repository.(default: `${{ github.token }}`)
- **version** _(required)_ - The version of the release.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Release Notes Generator'
name: 'Semantic Release Notes Generator'
description: 'Generates release notes using semantic-release/release-notes-generator'
author: 'Fredrik Arvidsson'
inputs:
Expand Down

0 comments on commit c797950

Please sign in to comment.