mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Correct path
This commit is contained in:
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'gcatanese/adyen-openapi'
|
||||
repository: 'adyen/adyen-openapi'
|
||||
fetch-depth: 0
|
||||
path: 'adyen-openapi'
|
||||
- uses: addnab/docker-run-action@v3
|
||||
@@ -28,4 +28,4 @@ jobs:
|
||||
/usr/src/app/generatePostmanJsonFile.sh ${{ github.event.inputs.file }}
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "Manual generation"
|
||||
commit_message: "Manual generation"
|
||||
|
||||
Reference in New Issue
Block a user