Skip to content

Commit 9ff1ace

Browse files
authoredNov 18, 2020
Update readme.yml
1 parent 3a7e095 commit 9ff1ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ref: ${{ github.head_ref }}
1414
- run: |
1515
TEXT_COPY="${{ github.event.issue.body }}"
16-
echo $TEXT_COPY > temp.txt"
16+
echo $TEXT_COPY >> temp.txt"
1717
- name: create-readme
1818
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
1919
uses: ./action

0 commit comments

Comments
 (0)
Failed to load comments.