Skip to content

Commit

Permalink
fix: revert to the original one
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Dec 20, 2024
1 parent 9c61c2f commit 4099ed4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/create-version-update-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4099ed4

Please sign in to comment.