Skip to content

Commit 2d97aa2

Browse files
alatierabbhtt
andauthored
Update flatpak-builder/index.js
Co-authored-by: bbhtt <[email protected]>
1 parent 75123fc commit 2d97aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatpak-builder/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const build = async (manifest, manifestPath, cacheHitKey, config) => {
217217
if (config.cacheBuildDir) { cacheKey = await config.cacheKey() }
218218

219219
core.info('Building the flatpak...')
220-
const subject = `'Built from ${process.env.GITHUB_SHA || 'unknown'}'`
220+
const subject = `Built from ${process.env.GITHUB_SHA || 'unknown'}`
221221

222222
const args = [
223223
`--repo=${config.localRepoName}`,

0 commit comments

Comments
 (0)