mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fixes default branch
This commit is contained in:
parent
a6fd2666c2
commit
2687475ed0
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
description: "Branch from which to create the latest Docker image (default: latest_candidate)"
|
description: "Branch from which to create the latest Docker image (default: latest_candidate)"
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: latest_candidate
|
default: ${{ github.repository_owner }}/${{github.ref_name}}
|
||||||
disable_tests:
|
disable_tests:
|
||||||
description: "Should the tests be skipped?"
|
description: "Should the tests be skipped?"
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user