builds godot
Diffstat (limited to '.github/workflows/reusable-build.yml')
-rw-r--r--.github/workflows/reusable-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml
index 2f9e5cb..318c3ef 100644
--- a/.github/workflows/reusable-build.yml
+++ b/.github/workflows/reusable-build.yml
@@ -3,7 +3,7 @@ name: Reusable build workflow
on:
workflow_call:
inputs:
- branch:
+ ref:
required: true
type: string
flags:
@@ -12,7 +12,7 @@ on:
required: false
env:
- branch: ${{ inputs.branch }}
+ ref: ${{ inputs.ref }}
flags: ${{ inputs.flags }}
tools: no