Skip to content

Commit

Permalink
ci-fix: key indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 20, 2024
1 parent a3d1739 commit 6b0c684
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ jobs:
gh-repository: ${{ github.repository }}
benchmark-data-dir-path: wiki/stats/benchmark/
auto-push: false

- name: "⬆️ Push benchmark results"
# we manipulate the name of the last commit message
run: |
git reset --soft HEAD~2
git add -f wiki/stats/benchmark/
git commit -m "[skip ci] doc: new benchmark data"
# we manipulate the name of the last commit message
run: |
git reset --soft HEAD~2
git add -f wiki/stats/benchmark/
git commit -m "[skip ci] doc: new benchmark data"
- name: "⬆️ Push changes"
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 6b0c684

Please sign in to comment.