From d08b97918bb8a18c342c604ca243ec89b6fa63a0 Mon Sep 17 00:00:00 2001 From: Jacob Baines <113205286+j-baines@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:58:30 -0400 Subject: [PATCH] Update useragent-update.yml --- .github/workflows/useragent-update.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/useragent-update.yml b/.github/workflows/useragent-update.yml index b20c892..1e35a1e 100644 --- a/.github/workflows/useragent-update.yml +++ b/.github/workflows/useragent-update.yml @@ -33,8 +33,9 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit --allow-empty -m "HTTP User Agent update" - - name: Push changes - uses: ad-m/github-push-action@master + - name: Create Pull Request + uses: peter-evans/create-pull-request@v6 with: - github_token: ${{ secrets.GH_TOKEN }} - branch: ${{ github.ref }} \ No newline at end of file + token: ${{ secrets.GH_TOKEN }} + branch: ${{ github.ref }} + title: HTTP User-Agent update