This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new de2aaa912 fix(ci): use shell de2aaa912 is described below commit de2aaa9125dc398815499acbef4291afa1bb04c2 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri Jul 14 08:40:01 2023 +0200 fix(ci): use shell --- .github/actions/automatic-updates/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/automatic-updates/action.yml b/.github/actions/automatic-updates/action.yml index 60bcc3a73..ceb585581 100644 --- a/.github/actions/automatic-updates/action.yml +++ b/.github/actions/automatic-updates/action.yml @@ -83,6 +83,7 @@ runs: filename: coverage.out target: badge.out - name: Convert Badge to adoc + shell: bash run: | replacement=$(grep -o 'https://[^)]*' badge.out) target="(?:https:\/\/img\.shields\.io\/badge\/Coverage).*?(?=\.svg)"