diff --git a/.github/workflows/create-version-update-pr.yaml b/.github/workflows/create-version-update-pr.yaml index a2ea384..5a9b663 100644 --- a/.github/workflows/create-version-update-pr.yaml +++ b/.github/workflows/create-version-update-pr.yaml @@ -19,9 +19,7 @@ jobs: private_key: ${{ secrets.PRIVATE_KEY }} - name: Create PRs to update VCS repositories for autoware.repos - # TODO: Revert this comment when the PR is merged - #uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1 - uses: sasakisasaki/autoware-github-actions/create-prs-to-update-vcs-repositories@fix-bugs-in-detecting-the-latest-tags + uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1 with: token: ${{ steps.generate-token.outputs.token }} repo_name: autowarefoundation/autoware_dummy_repository @@ -33,9 +31,7 @@ jobs: verbosity: 0 - name: Create PRs to update VCS repositories for simulator.repos - # TODO: Revert this comment when the PR is merged - #uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1 - uses: sasakisasaki/autoware-github-actions/create-prs-to-update-vcs-repositories@fix-bugs-in-detecting-the-latest-tags + uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1 with: token: ${{ steps.generate-token.outputs.token }} repo_name: autowarefoundation/autoware_dummy_repository