Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu-tow committed Feb 28, 2024
1 parent 7af7146 commit c081488
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ jobs:
- name: Set up git
run: |
cd ${{ github.workspace }}/engine-benchmark-results
git config --global user.email "[email protected]"
git config --global user.name "enso-bench-bot"
git config --unset-all http.https://github.com/.extraheader
git remote set-url origin https://x-access-token:${{ secrets.ENSO_BENCHMARK_RESULTS_TOKEN }}@github.com/enso-org/engine-benchmark-results
git config --global user.email "[email protected]"
git config --global user.name "Enso CI Bot"
echo "Hello world" > hello.txt
git add hello.txt
git commit -m "Add hello.txt"
git push origin
#- name: Upload benchmarks
#run: |
#cd enso/tools/performance/engine-benchmarks
Expand Down

0 comments on commit c081488

Please sign in to comment.