Skip to content

Rename EchoHello.yaml to action.yml #2

Rename EchoHello.yaml to action.yml

Rename EchoHello.yaml to action.yml #2

name: Use Custom Echo Hello Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Echo Hello Action
uses: ./.github/actions/echo-hello
with:
rts: ${{ secrets.RTS }}