Skip to content

sync-awf-latest

sync-awf-latest #25

name: sync-awf-latest
on:
schedule:
- cron: 0 15 * * *
workflow_dispatch:
jobs:
sync-awf-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Commit Results
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
run: |

Check failure on line 18 in .github/workflows/sync-awf-latest.yaml

View workflow run for this annotation

GitHub Actions / sync-awf-latest

Invalid workflow file

The workflow is not valid. .github/workflows/sync-awf-latest.yaml (Line: 18, Col: 9): Unexpected value 'run' .github/workflows/sync-awf-latest.yaml (Line: 15, Col: 9): Required property is missing: uses
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout awf-latest-tmp
git remote add awf https://github.com/autowarefoundation/autoware.universe
git fetch awf main
git rebase awf/main
git remote remove origin
git remote add origin [email protected]:tier4/autoware.universe
git push origin awf-latest-tmp --force