From 0d0b5b1e0f8a4fcdac9fdf0e4cccda9cc6a669af Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Tue, 29 Oct 2024 14:12:34 +0100 Subject: [PATCH] add icon and color to github action --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 54d6fdd..a904e2b 100644 --- a/action.yml +++ b/action.yml @@ -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: @@ -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) || '' }} \ No newline at end of file + _IMAGE_POSTFIX: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && format('_{0}_ci', steps.slugify-ref-name.outputs.slug) || '' }}