We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc455 commit ea39b5eCopy full SHA for ea39b5e
.github/workflows/build-and-release.yml
@@ -112,11 +112,12 @@ jobs:
112
echo "Using provided commit sha for release commit"
113
echo "release-commit=\"${{ github.event.inputs.backup-utils-release-commit }}\"" >> "$GITHUB_OUTPUT"
114
fi
115
- # - name: Checkout backup-utils-private
116
- # uses: actions/checkout@v4
117
- # with:
118
- # token: ${{ steps.app-token.outputs.token }}
119
- # repository: github/backup-utils-private
+ # need backup-utils-private for release notes
+ - name: Checkout backup-utils-private
+ uses: actions/checkout@v4
+ with:
+ token: ${{ steps.app-token.outputs.token }}
120
+ repository: github/backup-utils-private
121
- name: Download deb artifact
122
uses: actions/download-artifact@v3
123
with:
0 commit comments