We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7cf6 commit 958ee86Copy full SHA for 958ee86
.gitea/workflows/render-manifests-push.yaml
@@ -34,6 +34,8 @@ jobs:
34
- name: Check if Commit is from Push
35
id: check-push-type
36
run: |
37
+ cd ${MAIN_DIR}
38
+
39
echo "">> Checking if Commit is from Push ..."
40
git checkout ${{ gitea.event.after }}
41
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)
0 commit comments