Skip to content

Commit

Permalink
Update copy.yml
Browse files Browse the repository at this point in the history
galipremsagar authored Apr 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9579f2b commit 155cc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 155cc81

Please sign in to comment.