Skip to content

Commit

Permalink
Update Wiki Flow (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 committed Jun 13, 2024
1 parent 2ea22fb commit 389d2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wiki-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:

steps:
- name: Checkout Source Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ env.wiki_source_repo }}
path: ${{ env.wiki_source_repo }}

- name: Checkout Wiki Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ env.wiki_target_repo }}
path: ${{ env.wiki_target_repo }}
Expand Down

0 comments on commit 389d2bd

Please sign in to comment.