pull/842/head
Yuta Katayama 1 year ago
parent fa4f72b402
commit d6e6ee5550
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -13,10 +13,7 @@ jobs:
- run: |
apt update
apt-get install -y git curl
- run: git config --global --add safe.directory $(realpath .)
- uses: actions/checkout@v3
with:
ref: main
- 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

Loading…
Cancel
Save