Skip to content

Commit

Permalink
recompile the script
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 24, 2020
1 parent ed89028 commit feb2f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const bundle = core.getInput('bundle') || 'app.flatpak'
const artifactName = bundle.replace('.flatpak', '')
const runtimeRepo = core.getInput('runtime-repo')
const manifestPath = core.getInput('manifest-path')
const runTests = true ['y', 'yes', 'true', 'enabled'].includes(core.getInput('run-tests'))
const runTests = ['y', 'yes', 'true', 'enabled'].includes(core.getInput('run-tests'))
const branch = 'master'
const buildDir = 'flatpak_app'
const repoName = 'repo'
Expand Down

0 comments on commit feb2f24

Please sign in to comment.