Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron committed Nov 14, 2024
1 parent 715e97d commit e130e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-hash-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

permissions:
contents: write

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -41,5 +41,5 @@ jobs:
git config user.name "release-hash-check"
git config user.email "<>"
git merge --no-commit --no-edit origin/$HEAD_BRANCH
- run: python .github/workflows/release-hash-check.py ${{ steps.files.outputs.all }}

0 comments on commit e130e4b

Please sign in to comment.