Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Jan 13, 2025
1 parent 18f1ec7 commit 6f9bf8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN_ENV: ${{ secrets.MY_GITHUB_TOKEN }}
OPENAI_API_KEY_ENV: ${{ secrets.MY_OPENAI_API_KEY }}
run: |
python scripts/generate_repo_summaries.py \
python gen_repo_summaries.py \
--org_name "${{ github.event.inputs.org_name }}" \
--github_token "${{ secrets.MY_GITHUB_TOKEN }}" \
--openai_api_key "${{ secrets.MY_OPENAI_API_KEY }}"
File renamed without changes.

0 comments on commit 6f9bf8b

Please sign in to comment.