Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18503] Use eProsima CI external actions [WIP] #77

Open
wants to merge 1 commit into
base: eprosima-dds-suite
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refs #18503: use eProsima CI external actions [draft]
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed May 9, 2023
commit d2cc1317dc72b3f8ff50e56d8438d6edf35639af
6 changes: 3 additions & 3 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: eProsima/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

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

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

@@ -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/eProsima-CI/external/create-pull-request@feature/mirror-create-pr-external-actions
with:
token: ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }}
committer: eProsima <ricardogonzalez@eprosima.com>