Temp fix for tc2-agnet on lepton3.5 sensors #162
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
# Checkout all three branches, aggregate version info, and commit changes | |
# to each branch if any of the version information in any branch has changed. | |
name: aggregate-version-info | |
env: | |
GITHUB_TOKEN: ${{ secrets.CACOPHONY_BOT_TOKEN }} | |
on: [push, workflow_dispatch] | |
jobs: | |
aggregate-version-info: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
path: dev | |
ref: dev | |
- uses: actions/[email protected] | |
with: | |
node-version: 12.x | |
- shell: bash | |
run: | | |
cd dev/.github/workflows | |
npm i | |
npm run aggregate-versions ${{ github.repository }} |