Skip to content

Build PBR

Build PBR #6

Workflow file for this run

name: Build PBR
on:
schedule:
- cron: "0 5 * * 0"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: download cidr
run: |
chmod +x ros-dpbr.sh
./ros-dpbr.sh
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}