Skip to content

build: update SDK to v7.0.0 #32

build: update SDK to v7.0.0

build: update SDK to v7.0.0 #32

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-dotnet-snippets-update
PR_SUBMODULE_PATH: .repos/vonage/vonage-dotnet-code-snippets
PR_TARGET_BRANCH: main
PR_TARGET_ORG: nexmo
PR_TARGET_REPO: nexmo-developer
PR_TITLE: vonage-dotnet-code-snippets Update