diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 291c5d7c..09aae347 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout Canopy repo - uses: actions/checkout@v4 - name: Checkout Wiki repo (master branch) + uses: actions/checkout@v4 + + - name: Checkout Wiki repo (master branch) uses: actions/checkout@v4 with: repository: ${{ github.repository }}.wiki