diff --git a/.github/actions/get-view/action.yml b/.github/actions/get-view/action.yml index ff86da50..b0fced7c 100644 --- a/.github/actions/get-view/action.yml +++ b/.github/actions/get-view/action.yml @@ -1,4 +1,9 @@ name: pull view action +inputs: + tag: + description: 'The release tag to pull' + type: string + required: true runs: using: "composite" steps: