Skip to content

Commit ee33dc7

Browse files
committed
flatpak-builder: Add the git commit as the ostree commit subject
1 parent 92ae985 commit ee33dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flatpak-builder/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ const build = async (manifest, manifestPath, cacheHitKey, config) => {
222222
`--repo=${config.localRepoName}`,
223223
'--disable-rofiles-fuse',
224224
`--install-deps-from=${config.repositoryName}`,
225+
`--subject=${github.context.sha}`,
225226
'--force-clean',
226227
`--default-branch=${branch}`,
227228
`--arch=${config.arch}`

0 commit comments

Comments
 (0)