...
This commit is contained in:
parent
dbf0bf8b47
commit
f5eee554ae
7
.github/actions/utils/action.yml
vendored
7
.github/actions/utils/action.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/exp.yml
vendored
2
.github/workflows/exp.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
||||||
|
|
||||||
- name: Invoke
|
- name: Invoke
|
||||||
uses: ./.github/actions/utils
|
uses: ./.github/actions/utils
|
||||||
|
with:
|
||||||
|
mode: meh
|
Loading…
Reference in New Issue
Block a user