Skip to content

fix: align meetings snippets with expected snippets (#138) #43

fix: align meetings snippets with expected snippets (#138)

fix: align meetings snippets with expected snippets (#138) #43

Workflow file for this run

name: Push to Master
on:
push:
branches:
- master
jobs:
build:
name: Update NDP Submodule
runs-on: ubuntu-latest
steps:
- name: Update NDP Submodule
uses: nexmo/github-actions/submodule-auto-pr@main
env:
GH_ADMIN_TOKEN: ${{ secrets.PDX_GH_TOKEN }}
PR_ACTIVE_BRANCH: master
PR_BRANCH_NAME: automated-node-snippets-update
PR_SUBMODULE_PATH: .repos/vonage/vonage-node-code-snippets
PR_TARGET_BRANCH: main
PR_TARGET_ORG: nexmo
PR_TARGET_REPO: nexmo-developer
PR_TITLE: vonage-node-code-snippets Update