0

Explicitly only commit only updated stories

This commit is contained in:
Gabe Kangas 2023-01-26 16:45:44 -08:00
parent d1edf98c07
commit 73963d0ca7
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -31,7 +31,7 @@ jobs:
author_name: Owncast
author_email: owncast@owncast.online
message: 'Commit updated Storybook stories'
add: '.storybook/'
add: '*.stories.*'
pull: '--rebase --autostash'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}