meta: give ota workflow live args

This commit is contained in:
Jared Tobin 2022-12-12 05:20:48 -03:30
parent 0631b67907
commit 6764130504
No known key found for this signature in database
GPG Key ID: B77DC7C964AAD99A
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ janeway \
--verbose \
--credentials /service-account \
--ssh-key /id_ssh \
release ota --no-commit \
release ota \
arvo \
"$1" \
${5:+"--ref"} ${5:+"$5"} \

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- 'jt/merge-ota' # XX next/arvo
- 'next/arvo'
jobs:
deploy:
runs-on: ubuntu-latest