Thanks to visit codestin.com Credit goes to github.com
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 fa383e4 commit 0d908c5Copy full SHA for 0d908c5
1 file changed
.github/workflows/update-chart.yml
@@ -11,7 +11,7 @@ jobs:
11
- run: pip install gitpython matplotlib
12
- uses: actions/checkout@master
13
with:
14
- ref: '3.12'
+ ref: '3.13'
15
fetch-depth: 0
16
- run: python update_switcher_chart.py
17
- run: git config --local user.email [email protected]
@@ -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.12'
+ branch: '3.13'
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments