Skip to content

Commit 18aade9

Browse files
committed
Use inputs.ref consistently in build workflow
Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
1 parent 936570d commit 18aade9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v6
6868
with:
69+
ref: '${{ inputs.ref }}'
6970
fetch-depth: 1
7071
- uses: ruby/setup-ruby@v1
7172
with:

0 commit comments

Comments
 (0)