This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 748cef9 Better github actions naming 748cef9 is described below commit 748cef927101ba89cc27a31aa1764d44ff724d8b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 31 12:06:01 2020 +0200 Better github actions naming --- .github/workflows/test-karaf-camel-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-karaf-camel-master.yml b/.github/workflows/test-karaf-camel-master.yml index 94be51c..ea46c19 100644 --- a/.github/workflows/test-karaf-camel-master.yml +++ b/.github/workflows/test-karaf-camel-master.yml @@ -39,7 +39,7 @@ jobs: - name: Build Camel Project run: ./mvnw -V --no-transfer-progress clean install -DskipTests working-directory: ${{ github.workspace }}/camel - - name: Checkout Camel-spring-boot project + - name: Checkout Camel-karaf project uses: actions/checkout@v2 with: ref: master