Skip to content

Commit

Permalink
fix(create-prs-for-vcs-repositories-update): renamed as follows excep…
Browse files Browse the repository at this point in the history
…t folder

  * create-prs-for-vcs-repositories-update -> create-prs-to-update-vcs-repositories

Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Sep 5, 2024
1 parent b36d0f7 commit 74ed788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions create-prs-for-vcs-repositories-update/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# create-prs-for-vcs-repositories-update
# create-prs-to-update-vcs-repositories

## Description

This action creates pull requests for updating the vcs repositories in the autoware repository.
This action creates pull requests to update the vcs repositories in the autoware repository.

## Initial setup (within `autowarefoundation` org)

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Run
uses: autowarefoundation/autoware-github-actions/create-prs-for-vcs-repositories-update@v1
uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1
with:
token: ${{ steps.generate-token.outputs.token }}
repo_name: autowarefoundation/autoware
Expand Down
6 changes: 3 additions & 3 deletions create-prs-for-vcs-repositories-update/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: create-prs-for-vcs-repositories-update
description: Create PRs for VCS repositories update
name: create-prs-to-update-vcs-repositories
description: Create PRs to update VCS repositories

inputs:
token:
Expand Down Expand Up @@ -60,7 +60,7 @@ runs:
for i in $(seq 1 ${{ inputs.verbosity }}); do
VERBOSITY="$VERBOSITY -v"
done
python ${GITHUB_ACTION_PATH}/create_prs_for_vcs_repositories_update.py \
python ${GITHUB_ACTION_PATH}/create_prs_to_update_vcs_repositories.py \
--repo_name ${{ inputs.repo_name }} \
--parent_dir ${{ inputs.parent_dir }} \
--base_branch ${{ inputs.base_branch }} \
Expand Down

0 comments on commit 74ed788

Please sign in to comment.