Skip to content

add two test workflows with and without param #1

add two test workflows with and without param

add two test workflows with and without param #1

Workflow file for this run

name: Test Action With Param
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Action With Param
uses: libresource/action-template@master
with:
param-example: 'Hello GitHub!'