We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992ed40 commit f22c357Copy full SHA for f22c357
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "[pub] string is missing in commit message, skipping ..."
31
exit 0
32
33
- - name: Clone another repo into folder xxx
+ - name: Get Fulltext search index builder
34
env:
35
TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
0 commit comments