Skip to content

Commit

Permalink
Create TestNewAction.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathiyarasy authored Sep 13, 2024
1 parent b5c5fb9 commit 512558f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/TestNewAction.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 }}

0 comments on commit 512558f

Please sign in to comment.