Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Davidson committed Aug 15, 2024
1 parent a4495f1 commit 61e6051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/entropy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
# Runs the entropy calculation script and saves the output to a file
- name: Process repository entropy
run: |
poetry run almanack process_pr_entropy \
```poetry run almanack process_pr_entropy \
--repo_path '.' \
--pr_branch '${{ env.PR_BRANCH }}' \
--main_branch '${{ env.MAIN_BRANCH }}' > entropy_report.txt
--main_branch '${{ env.MAIN_BRANCH }}' > entropy_report.txt```
# Formats the entropy report and saves it to GitHub Actions env
- name: Format Entropy Report
Expand Down

0 comments on commit 61e6051

Please sign in to comment.