From 155cc81d103c6c4da6cdfd8f2e43cec92cd11a1b Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 1 Apr 2024 11:14:01 -0500 Subject: [PATCH] Update copy.yml --- .github/workflows/copy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copy.yml b/.github/workflows/copy.yml index 85c540225a8..0433642a448 100644 --- a/.github/workflows/copy.yml +++ b/.github/workflows/copy.yml @@ -19,11 +19,11 @@ jobs: python-version: '3.x' - name: Generate text file run: | - echo "Hello, Worlaaad!" > hello.txt + echo "Hello, Worlaaad!" > gh-comment.txt - name: Upload file to GitHub Artifact uses: actions/upload-artifact@v3 with: name: gh-comment - path: hello.txt + path: gh-comment.txt # abc