File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33on :
4- # TODO: Make separate CI for direct push to master and PRs
5- # push:
6- # branches:
7- # - master
8- # paths-ignore:
9- # - "**/coverage.svg"
4+ # TODO: Make separate CI for direct push to master and PRs
5+ # push:
6+ # branches:
7+ # - master
8+ # paths-ignore:
9+ # - "**/coverage.svg"
1010
1111 pull_request_target :
1212 branches :
@@ -31,10 +31,10 @@ jobs:
3131 - name : Checkout 🛎️
3232 uses : actions/checkout@v4
3333
34- - name : Setup Python 3.11 🐍
34+ - name : Setup Python 3.13 🐍
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : 3.11
37+ python-version : 3.13
3838 cache : " pipenv"
3939
4040 - name : Install pipenv
6565 run : |
6666 git config --local user.email "github-actions[bot]@users.noreply.github.com"
6767 git config --local user.name "github-actions[bot]"
68+ git fetch origin ${{ github.head_ref }}
69+ git merge origin/${{ github.head_ref }}
6870 git add coverage.svg
6971 git commit -m "Updated coverage.svg"
7072
7476 with :
7577 github_token : ${{ secrets.github_token }}
7678 branch : ${{ github.head_ref }}
79+ force : true
7780
7881 - name : Create Assets Folder 📥
7982 run : mkdir assets
You can’t perform that action at this time.
0 commit comments