8000 GitHub - ghsioux/immutable-action-demo: Demo repository showing how to create and use immutable actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ghsioux/immutable-action-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immutable Action Demo

A simple GitHub Immutable Action that prints shinobi messages to the standard output, and associated workflow to use it.

Usage

name: Hello Shinobi Workflow
on: [push]
jobs:
  hello_shinobi_job:
    runs-on: ubuntu-latest
    steps:
      - name: Hello Shinobi
        uses: ghsioux/immutable-action-demo@1.0.0

About

Demo repository showing how to create and use immutable actions

Resources

Stars

Watchers

Forks

Packages

 
 
 
0