Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Feb 13, 2024
1 parent fb12a85 commit cd0af37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
type: string
gst_version:
required: true
default: main
type: string
gst_plugin:
required: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: Create Release's PR Workflow
on:
workflow_dispatch:
inputs:
gst-repo:
gst_repo:
description: 'gst-plugins-rs source repo'
required: true
default: 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git'
type: string
gst-version:
gst_version:
description: 'gst-plugins-rs branch/tag'
required: true
default: 'main'
type: string
gst-plugin:
gst_plugin:
description: 'path to plugin'
required: true
default: 'audio/spotify'
Expand All @@ -23,6 +23,6 @@ jobs:
do-release-workflow:
uses: ./.github/workflows/base.yml
with:
gst_repo: ${{ github.event.inputs.gst-repo }}
gst_version: ${{ github.event.inputs.gst-version }}
gst_plugin: ${{ github.event.inputs.gst-plugin }}
gst_repo: ${{ github.event.inputs.gst_repo }}
gst_version: ${{ github.event.inputs.gst_version }}
gst_plugin: ${{ github.event.inputs.gst_plugin }}

0 comments on commit cd0af37

Please sign in to comment.