feat(): 7 chars in dispatch commit message (#2024)

This commit is contained in:
Nacho Rivera
2023-03-02 14:20:31 +01:00
committed by GitHub
parent e8a1378ad0
commit 24e8286f35

View File

@@ -101,7 +101,7 @@ jobs:
- name: Get latest commit info
if: github.event_name == 'push'
run: |
LATEST_COMMIT_HASH=$(echo ${{ github.event.after }} | cut -b -6)
LATEST_COMMIT_HASH=$(echo ${{ github.event.after }} | cut -b -7)
echo "LATEST_COMMIT_HASH=${LATEST_COMMIT_HASH}" >> $GITHUB_ENV
- name: Dispatch event for latest
if: github.event_name == 'push'