Skip to content

Commit 82a9607

Browse files
committed
Migrate Github Actions to YAML format
1 parent ed5f8a8 commit 82a9607

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

.github/main.workflow

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)