Skip to content

Commit 053178b

Browse files
committed
aeeee2
1 parent f5e9dbd commit 053178b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync_template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
contents: write
1313
pull-requests: write
1414
if: github.repository != 'nicebots-xyz/botkit'
15+
outputs:
16+
pr_branch: ${{ steps.template-sync.outputs.pr_branch }}
1517

1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@v4
19-
2021
- name: Template Sync
2122
id: template-sync
2223
uses: AndreasAugustin/actions-template-sync@v2

0 commit comments

Comments
 (0)