/
githubmirror
/
open-source-mac-os-apps
Обзор
Документация
Войти
/
githubmirror
/
open-source-mac-os-apps
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/main.yml
16 строк
529 B
Pádraic Slattery
chore: Update outdated GitHub Actions versions (#998)
20 фев 2026, 01:39
Не верифицирован
20 фев 2026, 01:39
d7715a4
Код
Авторство
О чём код?
name: Generate Readme on: push: branches: - master jobs: generate-readme: runs-on: macos-latest steps: - uses: actions/checkout@v6 - run: swift ./.github/main.swift - run: git config user.name "serhii-londar" - run: git config user.email "serhii.londar@gmail.com" - run: git add README.md - run: git commit -m "Generate README" - run: git push --quiet "https://${API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1