mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
Update main.yml
This commit is contained in:
parent
8ef8dfd765
commit
437e779ee7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -10,15 +10,15 @@ jobs:
|
||||||
awesome-bot:
|
awesome-bot:
|
||||||
needs: setup
|
needs: setup
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
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: 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
|
- run: danger
|
||||||
generate-readme:
|
generate-readme:
|
||||||
needs: awesome-bot
|
needs: awesome-bot
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- run: swift ./.github/main.swift
|
- run: swift ./.github/main.swift
|
||||||
- run: chmod +x ./.github/deploy.sh
|
- run: chmod +x ./.github/deploy.sh
|
||||||
- run: ./.github/deploy.sh
|
- run: ./.github/deploy.sh
|
||||||
|
|
Loading…
Reference in a new issue