Skip to content

Commit 147f3be

Browse files
authored
Configure CODEX_OUTPUT in auto-index-repo workflow
1 parent b6b9b04 commit 147f3be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/auto-index-repo.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ on:
1212

1313
jobs:
1414
index:
15-
env:
16-
CODEX_OUTPUT: ${{ runner.temp }}/cdx
1715
runs-on: windows-latest
1816
steps:
1917
- uses: actions/checkout@v4
2018

19+
- name: "Setup env"
20+
shell: pwsh
21+
run: |
22+
"CODEX_OUTPUT=${{ runner.temp }}/cdx" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
23+
2124
- name: "Install Ref12.AutoCodex"
2225
shell: pwsh
2326
run: |

0 commit comments

Comments
 (0)