We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f8a8 commit 82a9607Copy full SHA for 82a9607
.github/main.workflow
.github/workflows/push.yml
@@ -0,0 +1,21 @@
1
+name: Push to Master
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+jobs:
7
+ build:
8
+ name: Update NDP Submodule
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Update NDP Submodule
12
+ uses: nexmo/github-actions/submodule-auto-pr@master
13
+ env:
14
+ GH_ADMIN_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
15
+ PR_ACTIVE_BRANCH: master
16
+ PR_BRANCH_NAME: automated-python-snippets-update
17
+ PR_SUBMODULE_PATH: .repos/nexmo/nexmo-python-code-snippets
18
+ PR_TARGET_BRANCH: master
19
+ PR_TARGET_ORG: nexmo
20
+ PR_TARGET_REPO: nexmo-developer
21
+ PR_TITLE: nexmo-python-code-snippets Update
0 commit comments