Skip to content

Commit

Permalink
Read the content
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsaranraj87 authored Sep 19, 2024
1 parent 441a964 commit ebc3bea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
- name: Unarchieve the hello text file
uses: actions/download-artifact@v4
with:
name: hello-artifact
name: hello-artifact
- name: Read the content
run: cat hello.txt

0 comments on commit ebc3bea

Please sign in to comment.