1 Commits

Author SHA1 Message Date
Stephan
5551c9980c edit xxx 2019-03-06 11:34:24 +01:00
3 changed files with 1 additions and 44 deletions

View File

@@ -1,20 +0,0 @@
name: Utils
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 + ${{ inputs.mode }}"
branding:
color: blue
icon: file-text

View File

@@ -1,24 +0,0 @@
name: Experiment
on: push
jobs:
experiment:
name: Experiment
runs-on: ubuntu-latest
steps:
#- name: Experiment
# uses: zpqrtbnk/gh-actions/experiment@master
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Invoke
uses: ./.github/actions/utils
with:
mode: meh

1
xxx.txt Normal file
View File

@@ -0,0 +1 @@
x