We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7e095 commit 9ff1aceCopy full SHA for 9ff1ace
.github/workflows/readme.yml
@@ -13,7 +13,7 @@ jobs:
13
ref: ${{ github.head_ref }}
14
- run: |
15
TEXT_COPY="${{ github.event.issue.body }}"
16
- echo $TEXT_COPY > temp.txt"
+ echo $TEXT_COPY >> temp.txt"
17
- name: create-readme
18
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
19
uses: ./action
0 commit comments