Skip to content

Commit

Permalink
Updated dev workfor for auto prs
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jan 27, 2024
1 parent 0afe54d commit 01c428e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
run: |
export PR_BRANCH=$(git branch --show-current)
export DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
echo "$PR_BRANCH and $DEFAULT_BRANCH"
echo "$PR_BRANCH and $DEFAULT_BRANCH"
gh pr create --title "Automated PR from Dev Stage" --body "Coming Soon" --base $DEFAULT_BRANCH --head $PR_BRANCH --repo $GITHUB_REPOSITORY

0 comments on commit 01c428e

Please sign in to comment.