Skip to content

Commit

Permalink
ci(previews): rely on more default values (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 13, 2024
1 parent 5257dde commit 89000bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
@@ -47,12 +47,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: 'chore: re-generate previews'
commit-message: 'chore: re-generate previews'
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: chore/re-generate-previews
delete-branch: true
title: 'chore: re-generate previews'
add-paths: |
assets/*

0 comments on commit 89000bc

Please sign in to comment.