Skip to content

Commit

Permalink
ci: more slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent ef77ab5 commit 2dfcbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mikefarah/[email protected]
with:
cmd: yq -i ".image.index = \"ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-hariko\"" hariko/chart/values.yaml
cmd: yq -i ".image.index = \\\"ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-hariko\\\"" hariko/chart/values.yaml
env:
GITHUB_REF_NAME: ${{ github.ref_name }}
- uses: helm/[email protected]
Expand Down

0 comments on commit 2dfcbb6

Please sign in to comment.