Skip to content

Commit

Permalink
add icon and color to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Oct 29, 2024
1 parent 1ca378d commit 0d0b5b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "docker-ros"
description: "docker-ros automatically builds development and deployment Docker images for your ROS-based repositories."
branding:
color: blue
icon: package

inputs:

Expand Down Expand Up @@ -345,4 +348,4 @@ runs:
VCS_IMPORT_FILE: ${{ inputs.vcs-import-file }}
ENABLE_RECURSIVE_VCS_IMPORT: ${{ inputs.enable-recursive-vcs-import }}
_ENABLE_IMAGE_PUSH: true
_IMAGE_POSTFIX: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && format('_{0}_ci', steps.slugify-ref-name.outputs.slug) || '' }}
_IMAGE_POSTFIX: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && format('_{0}_ci', steps.slugify-ref-name.outputs.slug) || '' }}

0 comments on commit 0d0b5b1

Please sign in to comment.