Skip to content

Commit bed6d4a

Browse files
authored
Merge pull request #274 from crazy-max/fix-bake-private-repo-output
bake: fix missing privateRepo output
2 parents a492c6d + 3e727cc commit bed6d4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
includes: ${{ steps.set.outputs.includes }}
209209
metaImages: ${{ steps.set.outputs.metaImages }}
210210
sign: ${{ steps.set.outputs.sign }}
211+
privateRepo: ${{ steps.set.outputs.privateRepo }}
211212
ghaCacheSign: ${{ steps.set.outputs.ghaCacheSign }}
212213
steps:
213214
-

0 commit comments

Comments
 (0)