From 981baa54dbf05d1fe187aa065c02c1e18a31da14 Mon Sep 17 00:00:00 2001 From: JLBuenoLopez-eProsima Date: Tue, 9 May 2023 10:53:56 +0200 Subject: [PATCH 1/2] Refs #18503: use eProsima-CI external actions Signed-off-by: JLBuenoLopez-eProsima --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a8475daf5e5..24b451bc109 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Mirror action step id: mirror - uses: google/mirror-branch-action@v1.0 + uses: eProsima/eProsima-CI/external/mirror-branch-action@feature/mirror-create-pr-external-actions with: github-token: ${{ secrets.GITHUB_TOKEN }} source: 'master' From 9f4083d6337a2d6a1ca19b7b2a6e513ac61bce5c Mon Sep 17 00:00:00 2001 From: JLBuenoLopez-eProsima Date: Tue, 9 May 2023 11:01:11 +0200 Subject: [PATCH 2/2] Refs #18503: use expected release Signed-off-by: JLBuenoLopez-eProsima --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 24b451bc109..091bf3f1e6e 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Mirror action step id: mirror - uses: eProsima/eProsima-CI/external/mirror-branch-action@feature/mirror-create-pr-external-actions + uses: eProsima/eProsima-CI/external/mirror-branch-action@v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} source: 'master'