This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a78cb2157d3 Ref is required when $repo/$project is specified
a78cb2157d3 is described below
commit a78cb2157d34e2ad60d32776e20c4b23af0c59bb
Author: Croway <[email protected]>
AuthorDate: Wed May 15 13:52:21 2024 +0200
Ref is required when $repo/$project is specified
---
.github/actions/incremental-build/action.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/incremental-build/action.yaml
b/.github/actions/incremental-build/action.yaml
index 2515a4ecc0d..0cda05b500a 100644
--- a/.github/actions/incremental-build/action.yaml
+++ b/.github/actions/incremental-build/action.yaml
@@ -39,7 +39,7 @@ runs:
using: "composite"
steps:
- id: install-mvnd
- uses: apache/camel/.github/actions/install-mvnd
+ uses: apache/camel/.github/actions/install-mvnd@main
with:
dry-run: ${{ inputs.skip-mvnd-install }}
- name: maven build