pull/842/head
Yuta Katayama 12 months ago
parent 5fd015ff02
commit 13ef965d59
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -16,7 +16,7 @@ jobs:
- run: git clone ${{ github.server_url }}/${{ github.repository }}
- name: latest commit message
run: |
echo LATEST_MESSAGE=$(git log --no-merges -n -1 --pretty=%s) >> $GITHUB_ENV
echo LATEST_MESSAGE=$(git log --no-merges -n 1 --pretty=%s) >> $GITHUB_ENV
working-directory: ${{ github.event.repository.name }}
- name: check commit message
run: echo $LATEST_MESSAGE

Loading…
Cancel
Save