Skip to content

Commit

Permalink
Update copy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Apr 1, 2024
1 parent c5bd197 commit 9579f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
python-version: '3.x'
- name: Generate text file
run: |
echo "Hello, Worlad!" > hello.txt
echo "Hello, Worlad!" > 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 9579f2b

Please sign in to comment.