Skip to content

Commit 1ea0346

Browse files
Fix update-samples workflow
1 parent 0efb85e commit 1ea0346

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-samples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343
uses: stefanzweifel/git-auto-commit-action@v5
4444
with:
4545
commit_message: Update Quickstart & AVM samples
46-
file_pattern: settings/samples src/TemplateRefGenerator.Tests/Files
46+
file_pattern: settings/samples src/TemplateRefGenerator.Tests/Files
47+
branch: update-samples
48+
push_options: '--force'
49+
create_branch: true

0 commit comments

Comments
 (0)