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
333bb37d47
commit
8ef8dfd765
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -10,13 +10,15 @@ jobs:
|
|||
awesome-bot:
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
steps:
|
||||
- run: awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
||||
- run: danger
|
||||
generate-readme:
|
||||
needs: awesome-bot
|
||||
runs-on: macos-latest
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
steps:
|
||||
- run: swift ./.github/main.swift
|
||||
- run: chmod +x ./.github/deploy.sh
|
||||
- run: ./.github/deploy.sh
|
||||
|
|
Loading…
Reference in a new issue