diff --git a/.github/workflows/release-hash-check.yml b/.github/workflows/release-hash-check.yml index 75695ef460516..acaf2860d2110 100644 --- a/.github/workflows/release-hash-check.yml +++ b/.github/workflows/release-hash-check.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: write - + steps: - uses: actions/checkout@v4 with: @@ -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 }} -