Fixing issue with github issue creation job

This commit is contained in:
Julien Lengrand-Lambert
2023-02-23 13:14:20 +01:00
parent 4b17af4f01
commit 001e1411ec
3 changed files with 4 additions and 5 deletions

View File

@@ -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
View File

@@ -1,3 +1,4 @@
adyen-openapi
.idea
.DS_Store
semicolon_delimited_script

View File

@@ -1,2 +0,0 @@
/usr/src/app/generateAll.sh