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 4610640 commit 890b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ jobs:
echo "::set-output name=changed::true"
fi
# Commit and push changes if there are any
- name: Commit changes
if: steps.check_changes.outputs.changed == 'true'
run: |
BRANCH_NAME="update-tracker-results-$(date +%Y%m%d%H%M%S)"
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV # Set BRANCH_NAME in GitHub environment
git checkout -b "$BRANCH_NAME"
git add README.md
git commit -m "Overwrote tracker results in README.md"
Expand Down

0 comments on commit 890b8cb

Please sign in to comment.