We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4313ca4 commit 9400780Copy full SHA for 9400780
1 file changed
.github/workflows/update-chart.yml
@@ -1,5 +1,5 @@
1
on:
2
- push: {branches: ['3.11']}
+ push: {branches: ['3.12']}
3
workflow_dispatch:
4
jobs:
5
update-chart:
@@ -11,7 +11,7 @@ jobs:
11
- run: pip install gitpython matplotlib
12
- uses: actions/checkout@master
13
with:
14
- ref: '3.11'
+ ref: '3.12'
15
fetch-depth: 0
16
- run: python update_switcher_chart.py
17
- run: git config --local user.email github-actions@github.com
@@ -20,5 +20,5 @@ jobs:
20
- run: git commit -m 'Update language switcher progress chart' || return 0
21
- uses: ad-m/github-push-action@master
22
23
- branch: '3.11'
+ branch: '3.12'
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments