Skip to content

Commit fa21d78

Browse files
authored
Update agent-docusarus-dev.yml
1 parent 4149039 commit fa21d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agent-docusarus-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ EOF
115115
github-token: ${{ secrets.NETWRIX_PROMPT_REPO_TOKEN }}
116116
script: |
117117
const fs = require('fs');
118-
const executionFile = '${{ steps.claude-review.outputs.execution_file }}';
118+
const executionFile = process.env.EXECUTION_FILE;
119119
120120
if (!fs.existsSync(executionFile)) {
121121
console.log('No execution file found');

0 commit comments

Comments
 (0)