Skip to content

Commit

Permalink
Update stable-releases.yml
Browse files Browse the repository at this point in the history
make sure repo is cloned and in use before attempting pr
  • Loading branch information
darksidemilk authored Aug 5, 2024
1 parent 49350b7 commit 1aa6e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1aa6e82

Please sign in to comment.