fix: fix iconslug handling
Some checks failed
Sample Testing / my_job (push) Failing after 1m30s

This commit is contained in:
Marcel S. Henselin 2026-04-17 14:24:34 +02:00
parent d5b203cb65
commit c9f0fc3d86
3 changed files with 39 additions and 85 deletions

View file

@ -5,17 +5,14 @@ branding:
icon: 'at-sign'
color: 'green'
inputs:
project:
description: 'Github Project Name'
autor:
description: 'Git Action Author'
required: true
commit:
description: 'Github Commit ID'
required: true
branch:
description: 'Github Branch'
giturl:
description: 'Git Server URL'
required: true
status:
description: 'Github Action Build Status'
description: 'Git Action Build Status'
required: true
actionid:
description: 'Current Running Action ID'
@ -23,6 +20,9 @@ inputs:
webhook:
description: 'Google Chat Webhook URL'
required: true
event_body:
description: 'Google Chat Event Body'
required: true
runs:
using: 'docker'