Built profiles from 8a47b43 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Add Plugin Profile' | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'plugins/*/profile.json' | |
jobs: | |
build: | |
name: Push job | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Create plugins directory | |
uses: ./.github/actions/directory | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |