mirror of
https://github.com/yutkat/my-neovim-pluginlist.git
synced 2024-11-18 09:25:31 +00:00
Fix CI
This commit is contained in:
parent
d6e6ee5550
commit
7e791c01d0
2
.github/workflows/trigger_new_rss.yml
vendored
2
.github/workflows/trigger_new_rss.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: latest commit message
|
||||
run: |
|
||||
echo LATEST_MESSAGE=$(git log --no-merges -n -1 --pretty=%s) >> $GITHUB_ENV
|
||||
working-directory: ${{ github.repository }}
|
||||
- name: check commit message
|
||||
run: echo $LATEST_MESSAGE
|
||||
- run: |
|
||||
@ -24,3 +25,4 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
if: env.LATEST_MESSAGE == 'Add'
|
||||
working-directory: ${{ github.repository }}
|
||||
|
Loading…
Reference in New Issue
Block a user