You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/03/20 16:31:50 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4674: Bump quarkiverse-mybatis.version from 2.0.0.CR1 to 2.0.0.CR2

jamesnetherton commented on PR #4674:
URL: https://github.com/apache/camel-quarkus/pull/4674#issuecomment-1476565815

   The workflow re-run failed. I think because `initial-mvn-install` and the following jobs are checking out a different git ref to the one on the modified branch. I.e the original unmodified changes are being used.
   
   Might have to change any usage of the checkout action to:
   
   ```yaml
         - name: Checkout
           uses: actions/checkout@v2
           with:
             ref: ${{ github.head_ref }}
             fetch-depth: 0
   ``` 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org