Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #117 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
80675489 6ea5db56

+9 -2
+7
.prettierignore
··· 35 35 # OS generated files 36 36 .DS_Store 37 37 Thumbs.db 38 + 39 + # Markdown and MDX files 40 + *.md 41 + *.mdx 42 + 43 + # Changelog 44 + .changeset
+1 -1
manifest-lunaria/deployment.yaml
··· 17 17 spec: 18 18 containers: 19 19 - name: i18n-mutanuq 20 - image: "trueberryless/i18n-mutanuq:0.1.1" 20 + image: "trueberryless/i18n-mutanuq" 21 21 imagePullPolicy: Always
+1 -1
manifest/deployment.yaml
··· 17 17 spec: 18 18 containers: 19 19 - name: mutanuq 20 - image: "trueberryless/mutanuq:0.1.1" 20 + image: "trueberryless/mutanuq" 21 21 imagePullPolicy: Always