From 28f07a722bd7f86c26d8fb9ddd8bacf1e9d07549 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Wed, 13 May 2020 03:02:37 +0200 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e8d02402..5abdd38d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -21,8 +21,8 @@ jobs: uses: rhysd/github-action-benchmark@v1 with: tool: 'go' - auto-push: true + output-file-path: output.txt + github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} fail-on-alert: true comment-on-alert: true - output-file-path: output.txt - github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} \ No newline at end of file + auto-push: true \ No newline at end of file