Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed May 1, 2024
1 parent 661e8a2 commit b23eae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oasdiff.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Cloud Agent OAS Breaking changes"
run-name: "Cloud Agent OAS Diff between revision ${{ github.event.inputs.revision_tag }} and base ${{ github.event.inputs.base_tag }}"
name: "OAS Breaking Changes"


defaults:
run:
Expand All @@ -20,7 +20,7 @@ on:
base_tag:
required: false
type: string
description: "Base tag to to check the breaking changes in the OAS"
description: "Base tag to check the breaking changes in the OAS"
default: "main"

# https://raw.githubusercontent.com/hyperledger/identus-cloud-agent/prism-agent-v1.29.0/prism-agent/service/api/http/prism-agent-openapi-spec.yaml
Expand Down

0 comments on commit b23eae4

Please sign in to comment.