From 73f79f3f8233145e9486be054d07011c4dbbde0f Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 14 Feb 2024 15:01:18 +0000 Subject: [PATCH] Update base.yml --- .github/workflows/base.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index e2665a6..875d375 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -3,17 +3,14 @@ on: inputs: gst_repo: description: 'gst-plugins-rs source repo' - required: true default: 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git' type: string gst_version: description: 'gst-plugins-rs branch/tag' - required: true default: 'main' type: string gst_plugin: description: 'path to plugin' - required: true default: 'audio/spotify' type: string