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 bcb5e74 commit 473b894
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 @@ -30,8 +30,8 @@ jobs:
PR_BRANCH: ${{ github.head_ref }}
MAIN_BRANCH: ${{ github.base_ref }}
run: |
'PR_BRANCH=${PR_BRANCH}' >> $GITHUB_ENV"
'MAIN_BRANCH=${MAIN_BRANCH}' >> $GITHUB_ENV
echo 'PR_BRANCH=${PR_BRANCH}' > $GITHUB_ENV
echo 'MAIN_BRANCH=${MAIN_BRANCH}' > $GITHUB_ENV
# Runs the entropy calculation script and saves the output to a file
- name: Process repository entropy
Expand Down

0 comments on commit 473b894

Please sign in to comment.