Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9400780

Browse files
committed
Update update-chart.yml for 3.12
1 parent 4313ca4 commit 9400780

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
push: {branches: ['3.11']}
2+
push: {branches: ['3.12']}
33
workflow_dispatch:
44
jobs:
55
update-chart:
@@ -11,7 +11,7 @@ jobs:
1111
- run: pip install gitpython matplotlib
1212
- uses: actions/checkout@master
1313
with:
14-
ref: '3.11'
14+
ref: '3.12'
1515
fetch-depth: 0
1616
- run: python update_switcher_chart.py
1717
- run: git config --local user.email [email protected]
@@ -20,5 +20,5 @@ jobs:
2020
- run: git commit -m 'Update language switcher progress chart' || return 0
2121
- uses: ad-m/github-push-action@master
2222
with:
23-
branch: '3.11'
23+
branch: '3.12'
2424
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)