From 3a3f561775750ee31e6c639a519e13090933349f Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 26 Jul 2024 08:07:56 -0600 Subject: [PATCH] Try adding workflows again --- .github/workflows/update-dev.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dev.yaml b/.github/workflows/update-dev.yaml index 4211fd6dcfd048..100209bd5fc448 100644 --- a/.github/workflows/update-dev.yaml +++ b/.github/workflows/update-dev.yaml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + token: ${{ secrets.CI_GITHUB_TOKEN }} - name: Set up Git run: | @@ -34,7 +36,7 @@ jobs: - name: Unsubmodule master run: | - declare -a submodules=("panda" "msgq" "opendbc" "body" "rednose_repo" "tinygrad_repo" "teleoprtc_repo") + declare -a submodules=("panda" "msgq_repo" "opendbc" "body" "rednose_repo" "tinygrad_repo" "teleoprtc_repo") function unsubmodule() { for submodule in $submodules; do mv $submodule .tmp @@ -66,6 +68,7 @@ jobs: git checkout unsubmoduled panda/tests/ git commit -am "Re-add panda tests" --author="OPGM CI Automated" --no-verify git checkout upstream/master tools + git checkout upstream/master .github git checkout upstream/master Dockerfile.openpilot git commit -am "Re-add tools" --author="OPGM CI Automated" --no-verify