From 0b83b0b26a37e17f1d4866b09a77215bb020d82b Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 17 Apr 2024 08:50:46 -0700 Subject: [PATCH] make steam-deploy callable from other workflows --- .github/workflows/steam-deploy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/steam-deploy.yml b/.github/workflows/steam-deploy.yml index b42709a548..3b089a1d35 100644 --- a/.github/workflows/steam-deploy.yml +++ b/.github/workflows/steam-deploy.yml @@ -4,7 +4,6 @@ on: push: tags: - '*-r*' - workflow_dispatch: inputs: version: @@ -16,6 +15,14 @@ on: type: string required: true default: staging + workflow_call: + inputs: + version: + type: string + required: true + steam_branch: + type: string + required: true jobs: depot-common: