...
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...
|
||||
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
|
||||
|
|
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
|
@ -19,4 +19,6 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Invoke
|
||||
uses: ./.github/actions/utils
|
||||
uses: ./.github/actions/utils
|
||||
with:
|
||||
mode: meh
|
Loading…
Reference in New Issue
Block a user