Skip to content

Commit

Permalink
🚀 Add branding to GitHub Action
Browse files Browse the repository at this point in the history
📦 Enhance visibility and recognition of the action in the marketplace:
- 📤 Set icon to 'upload-cloud' representing the push functionality
- 🟧 Choose orange color to signify energy and action
- 🎨 Improve overall aesthetic appeal of the action listing
  • Loading branch information
yuri-val committed Oct 30, 2024
1 parent 3942aa8 commit 92881d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: 'Build and Push Docker Image with Release'
description: 'Builds a Docker image and pushes it to Docker Hub, then creates a GitHub release and sends Telegram notifications.'
author: 'Yuri V <yuri.valigursky@gmail.com> (@yuri-val)'

branding:
icon: 'upload-cloud'
color: 'orange'

inputs:
telegram_to:
description: 'Telegram recipient/chat ID'
Expand Down

0 comments on commit 92881d6

Please sign in to comment.