pull/841/head
Yuta Katayama 1 year ago
parent 0494a349e7
commit 51e5b35b5d
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -15,6 +15,8 @@ jobs:
apt-get install -y git curl
- run: git config --global --add safe.directory $(realpath .)
- uses: actions/checkout@v3
with:
ref: main
- name: latest commit message
run: |
echo LATEST_MESSAGE=$(git log --no-merges -n -1 --pretty=%s) >> $GITHUB_ENV

Loading…
Cancel
Save