We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b3f31 commit 31b59e1Copy full SHA for 31b59e1
.github/workflows/readme.yml
@@ -13,11 +13,11 @@ jobs:
13
ref: ${{ github.head_ref }}
14
- run: 'echo "${{ github.event.issue.body }}" > temp.txt'
15
- name: create-readme
16
- if: startsWith("Add handle", ${{ github.event.issue.title }})
+ if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
17
uses: ./action
18
- run: rm temp.txt
19
- name: Create Pull Request
20
21
uses: peter-evans/create-pull-request@v2
22
with:
23
commit-message: ${{ github.event.issue.title }}
0 commit comments