Skip to content

updated to allow integration variable #19

updated to allow integration variable

updated to allow integration variable #19

Workflow file for this run

name: Echoer
on:
push:
jobs:
echo-template-action:
runs-on: self-hosted
steps:
- name: echo
uses: quartzsoftwarellc/.github/actions/echo@main
with:
message: "hello"
echo-workflow:
uses: quartzsoftwarellc/.github/.github/workflows/echo.yaml@main
with:
message: "hello"