mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -10,15 +10,15 @@ jobs:
|
||||
awesome-bot:
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
- uses: actions/checkout@v2
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: swift ./.github/main.swift
|
||||
- run: chmod +x ./.github/deploy.sh
|
||||
- run: ./.github/deploy.sh
|
||||
|
||||
Reference in New Issue
Block a user