Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeHyun-Kim04 authored Feb 18, 2024
1 parent 9a02ae6 commit c47c45a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,15 @@ jobs:
git add .
git commit -m "Commit build result"
sleep 10
gh pr create --title "${{ env.PR_TITLE }}" --body "${{ env.PR_BODY }}" --head "${{ env.BRANCH_NAME }}" --base main
- name: Push to Second Repo
uses: ad-m/github-push-action@master
with:
branch: ${{ env.BRANCH_NAME }}
directory: second_repo
repository: ${{ env.REPO }}

- name: Create Pull Request
run: |
cd second_repo
gh pr create --title "${{ env.PR_TITLE }}" --body "${{ env.PR_BODY }}" --head "${{ env.BRANCH_NAME }}" --base main

0 comments on commit c47c45a

Please sign in to comment.