Skip to content

Commit

Permalink
Use older c# repo ref
Browse files Browse the repository at this point in the history
  • Loading branch information
deluvas1911 committed Oct 30, 2024
1 parent 24239ce commit f5e1fb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,8 @@ jobs:
with:
persist-credentials: false
repository: altmp/coreclr-module
ref: ${{ env.SOURCE_BRANCH }}
path: ./coreclr-module
- name: Checkout latest commit
run: git checkout $(git rev-parse HEAD)
working-directory: ./coreclr-module
ref: 093720606ef6a9cf9223faaec7e53e3867ccd73c
- name: Download DocFx package
uses: robinraju/[email protected]
with:
Expand Down Expand Up @@ -268,6 +265,7 @@ jobs:
persist-credentials: false
repository: altmp/coreclr-module
path: ./coreclr-module
ref: 093720606ef6a9cf9223faaec7e53e3867ccd73c
- name: Checkout SDK repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f5e1fb8

Please sign in to comment.