Skip to content

Commit 5033d0a

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

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
@@ -263,6 +263,7 @@ const build = async (manifest, manifestPath, cacheHitKey, config) => {
263263
config.bundle,
264264
`--runtime-repo=${config.repositoryUrl}`,
265265
`--arch=${config.arch}`,
266+
`--subject=${github.context.sha}`,
266267
appId,
267268
branch
268269
]

0 commit comments

Comments
 (0)