Skip to content

Commit

Permalink
Merge pull request #118 from trueberryless-org/update-template-files
Browse files Browse the repository at this point in the history
[ci] sync template files
  • Loading branch information
trueberryless authored Nov 27, 2024
2 parents 7551029 + 76d5e7b commit ee5ab4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme-tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Write tree outputs to README.md
uses: shirakiya/readme-tree-writer@v2
uses: trueberryless-org/readme-tree-writer-all@v1
with:
config_path: .github/readmetreerc.yaml
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Thumbs.db
*.mdx

# Changelog
.changeset
.changeset
2 changes: 1 addition & 1 deletion manifest-lunaria/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
spec:
containers:
- name: i18n-mutanuq
image: "trueberryless/i18n-mutanuq:0.1.1"
image: "trueberryless/i18n-mutanuq"
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion manifest/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
spec:
containers:
- name: mutanuq
image: "trueberryless/mutanuq:0.1.1"
image: "trueberryless/mutanuq"
imagePullPolicy: Always

0 comments on commit ee5ab4f

Please sign in to comment.