Skip to content

Commit

Permalink
Update create-pull-request action (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored Feb 28, 2024
1 parent 1a321bc commit 74d3aa6
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/eProsima-CI/external/checkout@v0
- 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/eProsima-CI/external/checkout@v0
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: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }}
committer: eProsima <[email protected]>
Expand Down

0 comments on commit 74d3aa6

Please sign in to comment.