mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-09 23:51:20 +00:00
Merge pull request #62 from szepeviktor/patch-1
Simplify remote workflow calling
This commit is contained in:
4
.github/workflows/notify.yml
vendored
4
.github/workflows/notify.yml
vendored
@@ -12,6 +12,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
|
||||
steps:
|
||||
- name: SDK Automation
|
||||
run: gh workflow run gradle.yml -R Adyen/adyen-sdk-automation
|
||||
uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main
|
||||
- name: Postman
|
||||
run: gh workflow run trigger-postman.yml -R Adyen/adyen-postman
|
||||
uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main
|
||||
|
||||
Reference in New Issue
Block a user