mirror of
https://github.com/urbit/shrub.git
synced 2024-12-28 06:32:51 +03:00
meta: give ota workflow live args
This commit is contained in:
parent
0631b67907
commit
6764130504
2
.github/actions/ota/entrypoint.sh
vendored
2
.github/actions/ota/entrypoint.sh
vendored
@ -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"} \
|
||||
|
2
.github/workflows/ota.yml
vendored
2
.github/workflows/ota.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'jt/merge-ota' # XX next/arvo
|
||||
- 'next/arvo'
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user