This commit is contained in:
@@ -34,6 +34,8 @@ jobs:
|
|||||||
- name: Check if Commit is from Push
|
- name: Check if Commit is from Push
|
||||||
id: check-push-type
|
id: check-push-type
|
||||||
run: |
|
run: |
|
||||||
|
cd ${MAIN_DIR}
|
||||||
|
|
||||||
echo "">> Checking if Commit is from Push ..."
|
echo "">> Checking if Commit is from Push ..."
|
||||||
git checkout ${{ gitea.event.after }}
|
git checkout ${{ gitea.event.after }}
|
||||||
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)
|
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)
|
||||||
|
|||||||
Reference in New Issue
Block a user