From 93a6573a8fef55b8a1b6b7caef56ea38d03ebcb9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 24 Jun 2022 12:17:49 +0200 Subject: [PATCH] Update run.yaml --- .github/workflows/run.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 06b88ce..6481dbe 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -28,6 +28,10 @@ jobs: runs-on: ubuntu-latest needs: [rust] steps: - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Update benchmarks + - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} + + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Update benchmarks