Skip to content

Commit feb2f24

Browse files
recompile the script
1 parent ed89028 commit feb2f24

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dist/index.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bundle = core.getInput('bundle') || 'app.flatpak'
99
const artifactName = bundle.replace('.flatpak', '')
1010
const runtimeRepo = core.getInput('runtime-repo')
1111
const manifestPath = core.getInput('manifest-path')
12-
const runTests = true ['y', 'yes', 'true', 'enabled'].includes(core.getInput('run-tests'))
12+
const runTests = ['y', 'yes', 'true', 'enabled'].includes(core.getInput('run-tests'))
1313
const branch = 'master'
1414
const buildDir = 'flatpak_app'
1515
const repoName = 'repo'

0 commit comments

Comments
 (0)