Skip to content

Commit

Permalink
Update TestNewAction.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathiyarasy authored Sep 13, 2024
1 parent a19d8bc commit 194b181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestNewAction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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: ${{ "Mathi" }}
rts: 'Mathi'

0 comments on commit 194b181

Please sign in to comment.