From eae71a41f33b2b43636a5a1d409cb36b4bf55ab1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 11 Jun 2024 22:12:09 +0200 Subject: [PATCH] docs: Add icons --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 6889c62..5204564 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Creates a Github release using a workflow action. -## Usage +## Usage 🚀 ```yaml name: Publish Release @@ -35,7 +35,7 @@ jobs: body: MyReleaseMessage ``` -## Notes +## Notes 📝 The ``title`` input is the release name. @@ -47,7 +47,7 @@ The ``commit`` input is a commit hash or branch name to attach the release to (o The ``token`` input is the repository access token (optional), defaults to ```secrets.GITHUB_TOKEN```. -## FAQ +## FAQ 💬 * ### Why do I get the error '*Resource not accessible by integration*'? @@ -60,5 +60,5 @@ The ``token`` input is the repository access token (optional), defaults to ```se contents: write ``` -## Stars +## Stars 🌟 [![Stars](https://starchart.cc/action-pack/github-release.svg?variant=adaptive)](https://starchart.cc/action-pack/github-release)