mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
15 lines
280 B
YAML
15 lines
280 B
YAML
name: Notify libraries
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
notify:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Node.js
|
|
run: gh workflow run models.yml --ref PW-6591 -R Adyen/adyen-node-api-library
|