nathfernandes / custom-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-action

Simple custom action that prints Hello world. Below is an example of the usage and you can find a workflow running it here.

name: Hello world

on: [push]

jobs:
  hello:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v2
      
      - name: Print message
        uses: nathfernandes/custom-action@main

About


Languages

Language:Dockerfile 83.7%Language:Python 16.3%