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 087185a commit 11c3efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
uses: thomaseizinger/create-pull-request@master
with:
github_token: ${{ env.GITHUB_TOKEN }}
head: ${{ github.BRANCH_NAME }}
head: "refs/heads/${{ github.BRANCH_NAME }}"
base: master
title: "An automatically created PR!"

0 comments on commit 11c3efb

Please sign in to comment.