зеркало из https://github.com/microsoft/mstic.git
updating branch name
This commit is contained in:
Родитель
6685a484c0
Коммит
0e033db3ff
|
@ -3,7 +3,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Runs at 00:00 AM (UTC) everyday (Check https://crontab.tech/)
|
||||
|
||||
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🍽️ Checkout the repo
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: 🐍 Set up Python 3.8
|
||||
uses: actions/setup-python@v3
|
||||
|
|
Загрузка…
Ссылка в новой задаче