Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jun 17, 2024
1 parent 52413d5 commit 9bdd069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Write to file
id: set-output
run: |
echo <<'EOF' > tmp.txt
cat <<'EOF' > tmp.txt
Multi line
file
test
Expand All @@ -21,7 +21,7 @@ jobs:
multiline=$(cat tmp.txt)
echo "content<<EOF" >> $GITHUB_OUTPUT
echo -e "$multiline" >> $GITHUB_OUTPUT
echo -e "$multiline" | tee -a $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Read output
run: |
Expand Down

0 comments on commit 9bdd069

Please sign in to comment.