Skip to content

Commit

Permalink
Merge pull request autowarefoundation#724 from tier4/sync-tier4-upstream
Browse files Browse the repository at this point in the history
chore: sync upstream
  • Loading branch information
tier4-autoware-private-bot[bot] authored Jan 12, 2024
2 parents 3b8bc60 + 312d1bf commit b267515
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/create-awf-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: create-awf-latest

on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
create-awf-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Commit Results
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout awf-latest
git remote add awf https://github.com/autowarefoundation/autoware_launch
git fetch awf main
git rebase awf/main
git push origin awf-latest --force

0 comments on commit b267515

Please sign in to comment.