This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new c537814 chore: fix maven path
c537814 is described below
commit c537814e580033d6c06d0c5252c4c37bb9ca6623
Author: nicolaferraro <[email protected]>
AuthorDate: Fri Apr 30 15:43:03 2021 +0200
chore: fix maven path
---
.github/workflows/main-push-regen.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index 0c93771..517b7df 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -44,7 +44,6 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build catalog
- working-directory: ./camel-kamelets-catalog
run: ./mvnw clean install
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3