Skip to content

Commit

Permalink
CI: Implement branding in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayqueGovetri committed Apr 28, 2023
1 parent 7e69fa3 commit e5fb52d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ inputs:
botPath:
description: 'Path to compress bot?'
required: true

branding:
icon: 'settings'
color: 'orange'

runs:
using: 'composite'
steps:
Expand All @@ -40,4 +45,4 @@ runs:
- name: Run botcity action
id: botcity-action
run: python ${{ github.action_path }}/main.py --update=${{ inputs.update }} --deploy=${{ inputs.deploy }} --release=${{ inputs.release }} --version=${{ inputs.version }} --botId=${{ inputs.botId }} --path=${{ github.workspace }} --botPath=${{ inputs.botPath }} --technology=${{ inputs.technology }} --actionPath=${{ github.action_path }}
shell: bash
shell: bash

0 comments on commit e5fb52d

Please sign in to comment.