Skip to content

Commit

Permalink
Update models.yml (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk authored Jan 6, 2023
1 parent b84c67b commit 1d34866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set PR variables
id: vars
run: |
cd build/spec
cd target/spec
echo ::set-output name=pr_title::"Update models"
echo ::set-output name=pr_body::"OpenAPI spec or templates produced new models on $(date +%d-%m-%Y) \
by [commit](https://github.com/Adyen/adyen-openapi/commit/$(git rev-parse HEAD))."
Expand All @@ -26,4 +26,4 @@ jobs:
branch: automation/models
body: ${{ steps.vars.outputs.pr_body }}
add-paths: |
Adyen/Model
Adyen/Model

0 comments on commit 1d34866

Please sign in to comment.