Skip to content

Commit bb9f519

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/readme.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
ref: ${{ github.head_ref }}
14-
- run: |
15-
TEXT_COPY="${{ github.event.issue.body }}"
16-
echo $TEXT_COPY >> temp.txt"
14+
- run: 'echo "$ISSUE_BODY" > temp.txt'
15+
env:
16+
ISSUE_BODY: ${{ github.event.issue.body }}
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.