Compare commits
1 Commits
release/1.
...
branch-d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5551c9980c |
20
.github/actions/utils/action.yml
vendored
20
.github/actions/utils/action.yml
vendored
@@ -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
|
||||
24
.github/workflows/exp.yml
vendored
24
.github/workflows/exp.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user