We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b9b04 commit 147f3beCopy full SHA for 147f3be
.github/workflows/auto-index-repo.yml
@@ -12,12 +12,15 @@ on:
12
13
jobs:
14
index:
15
- env:
16
- CODEX_OUTPUT: ${{ runner.temp }}/cdx
17
runs-on: windows-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ - name: "Setup env"
+ shell: pwsh
21
+ run: |
22
+ "CODEX_OUTPUT=${{ runner.temp }}/cdx" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
23
+
24
- name: "Install Ref12.AutoCodex"
25
shell: pwsh
26
run: |
0 commit comments