This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 53a7f73d560 (chore) ci: use local create-or-update-comment in
pr-comment workflow
53a7f73d560 is described below
commit 53a7f73d5608b231c57f6b14f36251c30c2384f6
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Nov 2 11:32:25 2023 +0100
(chore) ci: use local create-or-update-comment in pr-comment workflow
---
.github/workflows/pr-comment.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 3ff170e23ae..fa73a9b7caf 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -32,11 +32,6 @@ jobs:
matrix:
java: [ '17' ]
steps:
- - uses: peter-evans/[email protected]
- with:
- issue-number: ${{ context.issue.number }}
- body: |
- :robot: The Apache Camel test robot will run the tests for you :+1:
- name: Retrieve sha
uses: actions/github-script@v6
with:
@@ -52,6 +47,11 @@ jobs:
with:
ref: ${{ env.pr_sha }}
submodules: recursive
+ - uses: ./.github/actions/create-or-update-comment
+ with:
+ issue-number: ${{ context.issue.number }}
+ body: |
+ :robot: The Apache Camel test robot will run the tests for you :+1:
- id: install-packages
uses: ./.github/actions/install-packages
- name: Set up JDK ${{ matrix.java }}