Skip to content

Commit

Permalink
refactor(CI): replace test repositories with debate-map repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Aug 25, 2024
1 parent fcbcfcd commit 90927d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CompileTimeDelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout compile timings repo
uses: actions/checkout@v4
with:
repository: rishadbaniya/compile-timings # TODO: change this to debate-map/compile-timings after testing is done
repository: debate-map/compile-timings
path : compile-timings
token : ${{ secrets.PAT }}

Expand All @@ -34,8 +34,8 @@ jobs:
- name: Commit and push changes
working-directory: compile-timings
run: |
git config user.name "compile-timings[bot]" # TODO: change the username and email here after testing
git config user.email rbdroid01@gmail.com
git config user.name "compile-timings[bot]"
git config user.email debatemap@gmail.com
git add timings
git commit -m "ci: add build timing information for app-server"
git push

0 comments on commit 90927d2

Please sign in to comment.