Skip to content

Commit 3d9ce94

Browse files
authoredJul 10, 2020
Update readme.yml (#20)
1 parent 581b5c9 commit 3d9ce94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/readme.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ on:
66

77
jobs:
88
readme:
9-
if: startsWith(${{ github.event.issue.title }}, "Add handle")
109
runs-on: ubuntu-latest
1110
steps:
1211
- uses: actions/checkout@v2
1312
with:
1413
ref: ${{ github.head_ref }}
1514
- run: 'echo "${{ github.event.issue.body }}" > temp.txt'
1615
- name: create-readme
16+
if: startsWith("Add handle", ${{ github.event.issue.title }})
1717
uses: ./action
1818
- run: rm temp.txt
1919
- name: Create Pull Request
20+
if: startsWith("Add handle", ${{ github.event.issue.title }})
2021
uses: peter-evans/create-pull-request@v2
2122
with:
2223
commit-message: ${{ github.event.issue.title }}

0 commit comments

Comments
 (0)
Failed to load comments.