Skip to content

Commit

Permalink
Testing client generaion
Browse files Browse the repository at this point in the history
Signed-off-by: George Dias <gdias@mitre.org>
  • Loading branch information
georgedias committed Jun 13, 2023
1 parent 06901be commit 1223de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate OpenAPI Clients
# For testing use the PR name for 'branches:' - once done testing revert the 'branches:' name to main
on:
push:
branches: [ main ]
branches: [ V3_10_1 ]
# pull_request:
# branches: [ main ]

Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Publish Generated Clients 🚀
if: contains(steps.changed-files.outputs.modified_files, 'eMASSRestOpenApi.yaml')
env:
CI_COMMIT_MESSAGE: Continuous Integration Build Client Artifacts (eMASS Clients)
CI_COMMIT_AUTHOR: Continuous Integration
CI_COMMIT_MESSAGE: CI Build Client Artifacts (eMASS Clients)
CI_COMMIT_AUTHOR: CI Pipeline
# Use previous user who made the last commit (from logs)
# CI_COMMIT_AUTHOR: "$(git log -n 1 --pretty=format:%an)"
CI_COMMIT_EMAIL: "$(git log -n 1 --pretty=format:%ae)"
Expand Down

0 comments on commit 1223de0

Please sign in to comment.