Skip to content

upgrade-submodules-undefined #7

upgrade-submodules-undefined

upgrade-submodules-undefined #7

# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: upgrade-submodules-undefined
on:
schedule:
- cron: 0 0 * * 0
workflow_dispatch: {}
jobs:
upgrade-submodules-undefined:
name: upgrade-submodules-undefined
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
- name: Update submodules
run: git submodule update --remote --merge
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
commit-message: "chore: update submodules for undefined"
branch: auto/submodules-update-undefined
title: "chore: update submodules for undefined"
body: This PR updates submodules for undefined
labels: auto-merge, auto-approve
author: github-actions <github-actions@github.com>
committer: github-actions <github-actions@github.com>
signoff: true