Skip to content

Commit ac3d330

Browse files
committed
temp: test picasso
1 parent 3bf4c90 commit ac3d330

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ on:
3939
required: false
4040
type: string
4141
default: 'v1'
42+
PICASSO_REPOSITORY:
43+
description: 'Picasso version to use for the workflow scripts and utility functions. This should be a valid branch, tag or commit and it should match the version of the workflow used.'
44+
required: false
45+
type: string
46+
default: 'open-craft/picasso'
4247
USE_DYNAMIC_IMAGE_TAG:
4348
description: 'If set to true, the image tag defined in config.yml will be ignored, and a dynamically generated tag will be used instead.'
4449
required: false
@@ -114,7 +119,7 @@ jobs:
114119
- name: Checkout Picasso repository for utility scripts
115120
uses: actions/checkout@v4
116121
with:
117-
repository: open-craft/picasso
122+
repository: ${{ PICASSO_REPOSITORY }}
118123
ref: ${{ inputs.PICASSO_VERSION }}
119124
path: picasso
120125

0 commit comments

Comments
 (0)