diff --git a/.github/workflows/update_deps.yaml b/.github/workflows/update_deps.yaml index ea567c4..699cb8a 100644 --- a/.github/workflows/update_deps.yaml +++ b/.github/workflows/update_deps.yaml @@ -45,14 +45,7 @@ jobs: git commit -m "CI update $(date -I)" -m "$MESSAGE" - git push -u origin updates-${{ github.run_id }} + git push -u origin ${{ github.ref_name }} - PR=$(gh pr create \ - --base master \ - --body "$MESSAGE" \ - --fill \ - --title "Auto update $(date -I)") - - gh pr merge $PR --squash --delete-branch env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}