Skip to content

Commit

Permalink
クオーテーションを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rokuosan committed Sep 16, 2024
1 parent f4eba76 commit fc6a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Overwrite Manifest Build Tag
run: |
sed -i '' "s|[% BUILDTAG_BACKEND %]|${{ steps.meta.outputs.tags }}|g" kubernetes/deployment.yaml
sed -i "s|[% BUILDTAG_BACKEND %]|${{ steps.meta.outputs.tags }}|g" kubernetes/deployment.yaml
- name: Cat Manifest
run: cat kubernetes/deployment.yaml
Expand Down

0 comments on commit fc6a6d2

Please sign in to comment.