Skip to content

added new build approach to build with git ref #27

added new build approach to build with git ref

added new build approach to build with git ref #27

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"