Skip to content

Commit 0f0830d

Browse files
💄 style(action): unique name for gh marketplace (#9)
## 💌 Description <!-- Add a more detailed description of the changes if needed. --> ## 🔗 Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## 🏗️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📚 Examples / docs / tutorials - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## ✅ Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/debug/blob/main/.github/CODE_OF_CONDUCT.md)> document. - [ ] I've read the [`Contributing`](https://github.com/raven-actions/debug/blob/main/.github/CONTRIBUTING.md) guide.
1 parent 82b70c3 commit 0f0830d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🩺 Debug Action
22

3-
[![GitHub - marketplace](https://img.shields.io/badge/marketplace-debug-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/debug)
3+
[![GitHub - marketplace](https://img.shields.io/badge/marketplace-debug--github--action-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/debug-github-action)
44
[![GitHub - release](https://img.shields.io/github/v/release/raven-actions/debug?style=flat-square)](https://github.com/raven-actions/debug/releases/latest)
55
[![GitHub - ci](https://img.shields.io/github/actions/workflow/status/raven-actions/debug/ci.yml?logo=github&label=CI&style=flat-square&branch=main&event=push)](https://github.com/raven-actions/debug/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
66
[![GitHub - license](https://img.shields.io/github/license/raven-actions/debug?style=flat-square)](https://github.com/raven-actions/debug/blob/main/LICENSE)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
22
---
3-
name: Debug
3+
name: Debug GitHub Action
44
description: Dump GitHub contexts and Runner environment, post action webhook payload to the SMEE.io
55
author: Dariusz Porowski
66
branding:

0 commit comments

Comments
 (0)