Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Cornwell authored and Amanda Cornwell committed Oct 21, 2023
1 parent b47ccdd commit c892e95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
chmod +x test.sh
./test.sh
- name: Test
run: |
ls
cat test.sh
- name: Read File and Set as Environment Variable
run: |
file_content=$(cat test.txt)
Expand Down
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi

0 comments on commit c892e95

Please sign in to comment.