1
0
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...
author: ZpqrtBnk <sgay@pilotine.com>
inputs:
mode:
description: Some Description
default: miss
runs:
using: composite
steps:
- shell: bash
run: echo "Hello from Utils"
run: echo "Hello from Utils + ${{ inputs.mode }}"
branding:
color: blue

View File

@ -19,4 +19,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Invoke
uses: ./.github/actions/utils
uses: ./.github/actions/utils
with:
mode: meh