mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
fix(actions): fixed dispatch commit message (#2023)
This commit is contained in:
@@ -101,7 +101,7 @@ jobs:
|
||||
- name: Get latest commit info
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
LATEST_COMMIT_HASH=$(echo ${{ github.event.head }} | cut -b -6)
|
||||
LATEST_COMMIT_HASH=$(echo ${{ github.event.after }} | cut -b -6)
|
||||
echo "LATEST_COMMIT_HASH=${LATEST_COMMIT_HASH}" >> $GITHUB_ENV
|
||||
- name: Dispatch event for latest
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user