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 861048c commit b47ccdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Read File and Set as Environment Variable
run: |
file_content=$(cat test.txt)
env:
MY_VARIABLE: 'file_content'
env:
MY_VARIABLE: $file_content

- name: Echo a Variable
run: |
echo "Variable Value: $FILE"
echo "Variable Value: $MY_VARIABLE"
- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit b47ccdd

Please sign in to comment.