Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 19, 2024
1 parent 39ad236 commit ba1e06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ jobs:
git add benchmarks/dot/results/dot_${{env.FC}}*.html
git commit -m "Update results ${{env.FC}}"
git push -u origin results-${{env.FC}} --force-with-lease
gh pr create -B main -H results --title "Update results-${{env.FC}}" --body ""
default_branch="${{ github.event.repository.default_branch }}"
gh pr create -B "$default_branch" -H "results-${{env.FC}}"" --title "Update results-${{env.FC}}" --body "Update results-${{env.FC}}"

0 comments on commit ba1e06d

Please sign in to comment.