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