mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update main.yml
This commit is contained in:
parent
98ba187afa
commit
db7b681cfb
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -10,4 +10,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: swift ./.github/main.swift
|
||||
- run: chmod +x ./.github/deploy.sh
|
||||
- run: ./.github/deploy.sh
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue