Skip to content

Commit

Permalink
replaces ref-arch with arc
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-stephen committed Feb 2, 2024
1 parent 06880c7 commit b88157f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
source_file: 'README.md'
destination_repo: 'sourcefuse/arc-docs'
destination_folder: 'docs/arc-iac-docs/modules/terraform-aws-ref-arch-bootstrap'
destination_folder: 'docs/arc-iac-docs/modules/terraform-aws-arch-bootstrap'
user_email: '[email protected]'
user_name: ${{ github.actor }}
commit_message: ${{ github.event.head_commit.message }}
Expand All @@ -33,7 +33,7 @@ jobs:
source-directory: 'images'
destination-github-username: 'sourcefuse'
destination-repository-name: 'arc-docs'
target-directory: 'docs/arc-iac-docs/modules/terraform-aws-ref-arch-bootstrap/images'
target-directory: 'docs/arc-iac-docs/modules/terraform-aws-arch-bootstrap/images'
user-email: '[email protected]'
user-name: ${{ github.actor }}
target-branch: main
Expand All @@ -46,7 +46,7 @@ jobs:
with:
source_file: 'docs/module-usage-guide/README.md'
destination_repo: 'sourcefuse/arc-docs'
destination_folder: 'docs/arc-iac-docs/modules/terraform-aws-ref-arch-bootstrap/docs/module-usage-guide'
destination_folder: 'docs/arc-iac-docs/modules/terraform-aws-arch-bootstrap/docs/module-usage-guide'
user_email: '[email protected]'
user_name: ${{ github.actor }}
commit_message: ${{ github.event.head_commit.message }}

0 comments on commit b88157f

Please sign in to comment.