Skip to content

Commit

Permalink
Refs #18503: use eProsima CI external actions [draft]
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed May 9, 2023
1 parent f01be15 commit 4fbea79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: eProsima-CI/external/checkout@v0.3
- id: list-branches
run: echo "branches=$(python3 .github/workflows/list_branches.py --token ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }})" >> $GITHUB_OUTPUT

Expand All @@ -26,7 +26,7 @@ jobs:
tracked_branch: ${{ fromJson(needs.list-branches.outputs.branches) }}

steps:
- uses: actions/checkout@v3
- uses: eProsima-CI/external/checkout@v0.3
with:
ref: ${{ matrix.tracked_branch }}

Expand All @@ -50,7 +50,7 @@ jobs:
--output_file dds-suite.repos)" >> $GITHUB_OUTPUT
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: eProsima-CI/external/create-pull-request@feature/mirror-create-pr-external-actions
with:
token: ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }}
committer: eProsima <[email protected]>
Expand Down

0 comments on commit 4fbea79

Please sign in to comment.