Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 12:23:05 -06:00
committed by GitHub
parent b12c5f2eda
commit 65431985ee

View File

@@ -35,12 +35,12 @@ jobs:
- name: Install 7zip
run: choco install 7zip --no-progress
- name: Clone GuillaumeFalourd/formulas-training PRIVATE repository
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
- name: Checkout private tools
uses: actions/checkout@v4
with:
owner: 'WinDurango'
repository: 'WinDurango-IDLs'
access-token: ${{ secrets.ACCESS_TOKEN }}
repository: WinDurango/WinDurango-IDLs
token: ${{ secrets.IDL_REPO_SECRET }}
path: IDLs
- name: Copying IDLs
run: |