Skip to content

Commit

Permalink
debug(autoware.repos): try to use the updated workflow
Browse files Browse the repository at this point in the history
  * For testing this PR:
      autowarefoundation/autoware-github-actions#320

Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Sep 26, 2024
1 parent d071a1a commit 1b5e983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-version-update-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}


- name: Run
uses: sasakisasaki/autoware-github-actions/create-prs-to-update-vcs-repositories@fix-regular-expression-pattern-for-semantic-versioning
with:
token: ${{ steps.generate-token.outputs.token }}
repo_name: autowarefoundation/autoware_dummy_repository
parent_dir: .
targets: major minor patch any
base_branch: main
new_branch_prefix: feat/update-
autoware_repos_file_name: autoware.repos
Expand Down
4 changes: 4 additions & 0 deletions autoware.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
repositories:
dummy/dummy_autoware_packages:
type: git
url: https://github.com/sasakisasaki/dummy_repository.git
version: 0.0.1
# core
core/autoware_msgs:
type: git
Expand Down

0 comments on commit 1b5e983

Please sign in to comment.