remove commit from build-firmware (#1515)

This commit is contained in:
David Holdeman 2020-06-18 16:27:38 -07:00 committed by GitHub
parent e1979b0865
commit be780ff893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 28 deletions

View File

@ -3,34 +3,6 @@ name: Firmware CI
on: [push,pull_request]
jobs:
config:
runs-on: ubuntu-latest
if: ${{ github.event.pusher }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate Configs
working-directory: ./firmware/
run: sh gen_config.sh
- name: Generate Live Documentation
working-directory: ./firmware/
run: sh gen_live_documentation.sh
- name: Commit changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub build-firmware Action"
git commit -am "Auto-generated configs and docs" 2>&1 | grep -E '(nothing to commit|changed)'
- name: Push configs
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
build:
runs-on: ubuntu-latest
needs: config