Skip to content

Commit

Permalink
Update useragent-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-baines authored Jun 10, 2024
1 parent 6b7fa35 commit d08b979
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/useragent-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
git config --local user.email "[email protected]"
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 }}
token: ${{ secrets.GH_TOKEN }}
branch: ${{ github.ref }}
title: HTTP User-Agent update

0 comments on commit d08b979

Please sign in to comment.