/
githubmirror
/
github-readme-stats
Обзор
Документация
Войти
/
githubmirror
/
github-readme-stats
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/deploy-prep.yml
20 строк
572 B
dependabot[bot]
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 (#4690)
19 дек 2025, 22:08
Не верифицирован
19 дек 2025, 22:08
e807e16
Код
Авторство
О чём код?
name: Deployment Prep on: workflow_dispatch: push: branches: - master jobs: config: if: github.repository == 'anuraghazra/github-readme-stats' runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Deployment Prep run: python ./.github/workflows/deploy-prep.py - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: branch: vercel create_branch: true push_options: "--force"