Skip to content

Commit c199e13

Browse files
authored
Merge pull request #22 from Azure/fix-wiki-sync
Fix automatic wiki sync
2 parents 7aa078b + 2b19aa0 commit c199e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wiki-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
sync-wiki:
2323
name: Sync docs/wiki to Wiki
24-
if: github.repository == 'AzRegionSelection' || github.event_name == 'workflow_dispatch'
24+
if: github.repository == 'Azure/AzRegionSelection' || github.event_name == 'workflow_dispatch'
2525
runs-on: ubuntu-latest
2626
permissions:
2727
contents: write

docs/wiki/Contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ The below guidelines should be adhered to whilst contributing to this projects c
5454

5555
To make contributions to this repo you must fork and clone the repo. You can follow the guidance here on how to do this [Fork a repo](https://docs.github.com/get-started/quickstart/fork-a-repo)
5656

57-
You **will not** be able to create a branch or push directly to this repo. All changes into this repo **must** be made via a Pull Request. This process is documented here: [Contributing to projects](https://docs.github.com/get-started/quickstart/contributing-to-projects)
57+
You **will not** be able to create a branch or push directly to this repo. All changes into this repo **must** be made via a Pull Request. This process is documented here: [Contributing to projects](https://docs.github.com/get-started/quickstart/contributing-to-projects).

0 commit comments

Comments
 (0)