Skip to content

aws: dvc_find, dvc_size_human, dvc_size fix, py: export -f convert_nb #44

aws: dvc_find, dvc_size_human, dvc_size fix, py: export -f convert_nb

aws: dvc_find, dvc_size_human, dvc_size fix, py: export -f convert_nb #44

name: Update submodules
on:
push: { branches: [ all ] }
workflow_dispatch:
jobs:
update:
name: Update submodules
runs-on: ubuntu-latest
steps:
- name: Update submodules
uses: runsascoded/update-submodules@v1
id: update
with:
branch: ${{ github.ref_name }}
token: ${{ github.token }}
- name: "Merge `all` into `server`"
run: gh api -XPOST /repos/$GITHUB_REPOSITORY/merges -fbase=server -fhead=all '-fcommit_message=Merge `all` into `server`'
if: github.ref_name == 'all' && steps.update.outputs.commit
env:
GH_TOKEN: ${{ github.token }}