We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e18d commit 1053082Copy full SHA for 1053082
.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 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.12'
+ branch: '3.13'
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments