From dc9804c0fde2f1070d30f974a98891453775ef48 Mon Sep 17 00:00:00 2001 From: Ashish Panwar Date: Sat, 16 Aug 2025 11:26:55 +0530 Subject: [PATCH] Update custom-action.yml --- .github/workflows/custom-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom-action.yml b/.github/workflows/custom-action.yml index 7a87b53f1..48c20e9b2 100644 --- a/.github/workflows/custom-action.yml +++ b/.github/workflows/custom-action.yml @@ -1,3 +1,5 @@ +name: Custom-Action + on: [push] jobs: @@ -12,4 +14,5 @@ jobs: name: 'Brown' # Use the output from the `hello` step - name: Get the Output - run: echo "The time was ${{ steps.hello.outputs.greeting }}" \ No newline at end of file + + run: echo "The time was ${{ steps.hello.outputs.greeting }}"