From 001e1411eca24422e5fb90eef3a4106d81e03dc0 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Thu, 23 Feb 2023 13:14:20 +0100 Subject: [PATCH] Fixing issue with github issue creation job --- .github/workflows/trigger-postman.yml | 6 +++--- .gitignore | 1 + semicolon_delimited_script | 2 -- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 semicolon_delimited_script diff --git a/.github/workflows/trigger-postman.yml b/.github/workflows/trigger-postman.yml index 245b9cc..3e5df55 100644 --- a/.github/workflows/trigger-postman.yml +++ b/.github/workflows/trigger-postman.yml @@ -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 diff --git a/.gitignore b/.gitignore index bb16ae9..2590a05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ adyen-openapi .idea .DS_Store +semicolon_delimited_script \ No newline at end of file diff --git a/semicolon_delimited_script b/semicolon_delimited_script deleted file mode 100644 index 25189b2..0000000 --- a/semicolon_delimited_script +++ /dev/null @@ -1,2 +0,0 @@ -/usr/src/app/generateAll.sh -