mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Fixing issue with github issue creation job
This commit is contained in:
6
.github/workflows/trigger-postman.yml
vendored
6
.github/workflows/trigger-postman.yml
vendored
@@ -13,23 +13,23 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'adyen-postman'
|
||||
fetch-depth: 2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'Adyen/adyen-openapi'
|
||||
path: 'adyen-openapi'
|
||||
fetch-depth: 0
|
||||
- name: Get changed files in the yaml folder
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v35
|
||||
with:
|
||||
files: yaml/*.yaml
|
||||
files: adyen-openapi/yaml/*.yaml
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
FILENAMES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
|
||||
with:
|
||||
filename: adyen-postman/.github/ISSUE_TEMPLATE/openapi-changes.yml
|
||||
filename: .github/ISSUE_TEMPLATE/openapi-changes.yml
|
||||
generate:
|
||||
name: "Generate latest definitions files"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
adyen-openapi
|
||||
.idea
|
||||
.DS_Store
|
||||
semicolon_delimited_script
|
||||
@@ -1,2 +0,0 @@
|
||||
/usr/src/app/generateAll.sh
|
||||
|
||||
Reference in New Issue
Block a user