Skip to content

Commit 43a3a1b

Browse files
committed
Checkout backup-utils-private for release notes
1 parent 2667601 commit 43a3a1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
commit_user_email: "[email protected]"
105105
commit_options: "--allow-empty"
106106
skip_dirty_check: true
107+
- name: Checkout backup-utils
108+
uses: actions/checkout@v4
109+
with:
110+
token: ${{ github.event.inputs.gh-token }}
111+
repository: github/backup-utils-private
107112
- name: Download deb artifact
108113
uses: actions/download-artifact@v3
109114
with:

0 commit comments

Comments
 (0)