Skip to content

Commit

Permalink
build: remove unexistent version parameter (#383)
Browse files Browse the repository at this point in the history
PR remarks
  • Loading branch information
ndr-brt authored Jun 21, 2024
1 parent c1f897a commit 7086c41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-openapi-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ on:
branches:
- main
workflow_dispatch:
inputs:
version:
description: version to be published
required: false
type: string

jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
secrets: inherit
with:
version: ${{ github.event.inputs.version }}

0 comments on commit 7086c41

Please sign in to comment.