This commit is contained in:
Stephan 2021-06-07 18:31:02 +02:00
parent dbf0bf8b47
commit f5eee554ae
2 changed files with 9 additions and 2 deletions

View File

@ -4,11 +4,16 @@ description: |
Utils... Utils...
author: ZpqrtBnk <sgay@pilotine.com> author: ZpqrtBnk <sgay@pilotine.com>
inputs:
mode:
description: Some Description
default: miss
runs: runs:
using: composite using: composite
steps: steps:
- shell: bash - shell: bash
run: echo "Hello from Utils" run: echo "Hello from Utils + ${{ inputs.mode }}"
branding: branding:
color: blue color: blue

View File

@ -20,3 +20,5 @@ jobs:
- name: Invoke - name: Invoke
uses: ./.github/actions/utils uses: ./.github/actions/utils
with:
mode: meh