From 1aa6e8228c156f3c55a0d28ee69c0746eea772e7 Mon Sep 17 00:00:00 2001 From: JJ Fullmer Date: Mon, 5 Aug 2024 10:49:41 -0600 Subject: [PATCH] Update stable-releases.yml make sure repo is cloned and in use before attempting pr --- .github/workflows/stable-releases.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stable-releases.yml b/.github/workflows/stable-releases.yml index 2d90d59fb4..6ed3ca48cf 100644 --- a/.github/workflows/stable-releases.yml +++ b/.github/workflows/stable-releases.yml @@ -6,6 +6,8 @@ jobs: create-release-pull-request: runs-on: ubuntu-latest steps: + - name: clone repo, cd into it, and fetch all + run: gh repo clone FOGProject/fogproject && cd fogproject && git fetch --all - name: create pull request run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Created by Github action' env: