ci: fix sandbox label app version

This commit is contained in:
Nicolas Giard 2022-12-06 17:34:28 -05:00 committed by GitHub
parent 9c78c250ed
commit 7a4c8b375f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,7 @@ async function main () {
`VIRTUAL_PORT=8000`
],
Labels: {
appversion: `{argv.appversion}` ?? '0.0.0',
appversion: `${argv.appversion}` ?? '0.0.0',
commit: `${argv.commit}` ?? 'unknown',
ghrunid: `${argv.ghrunid}` ?? '0'
},