mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-16 15:48:31 +00:00
Compare commits
1 Commits
junie-init
...
patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aec83cb37d |
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "Node.js",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
||||
"postCreateCommand": "npm i"
|
||||
}
|
||||
22
.github/workflows/junie.yml
vendored
22
.github/workflows/junie.yml
vendored
@@ -1,22 +0,0 @@
|
||||
name: Junie
|
||||
run-name: Junie run ${{ inputs.run_id }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
run_id:
|
||||
description: "id of workflow process"
|
||||
required: true
|
||||
workflow_params:
|
||||
description: "stringified params"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
call-workflow-passing-data:
|
||||
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
|
||||
with:
|
||||
workflow_params: ${{ inputs.workflow_params }}
|
||||
@@ -55,6 +55,9 @@ npm install --save @adyen/api-library
|
||||
|
||||
Alternatively, you can download the [release on GitHub](https://github.com/Adyen/adyen-node-api-library/releases).
|
||||
|
||||
## Upgrading
|
||||
|
||||
Please check the **[release page](https://github.com/Adyen/adyen-node-api-library/releases/)** to check for breaking changes in Major versions.
|
||||
|
||||
## Using the library
|
||||
|
||||
|
||||
Reference in New Issue
Block a user