Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 20, 2024
1 parent 175b75a commit ede3eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ jobs:
BRANCH_NAME="update-tracker-results-$(date +%Y%m%d%H%M%S)"
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV # Store the branch name in the GitHub environment
git checkout -b "$BRANCH_NAME"
# remove untracked files
git clean -f -d
git add README.md
git commit -m "Overwrote tracker results in README.md"
git push origin "$BRANCH_NAME"
Expand Down

0 comments on commit ede3eca

Please sign in to comment.