Skip to content

Commit

Permalink
[WIP] Do plain git push in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 27, 2024
1 parent 01faa53 commit d6aa6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
git config --global user.name "enso-bench-bot"
cd ${{ github.workspace }}/engine-benchmark-results
git remote set-url origin https://x-access-token:${{ secrets.ENSO_BENCHMARK_RESULTS_TOKEN }}@github.com/enso-org/engine-benchmark-results
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 d6aa6ca

Please sign in to comment.