From 737f4955133fe98fea695d4c4c2dd807db5781a6 Mon Sep 17 00:00:00 2001 From: ppawlowski Date: Fri, 28 Jun 2024 10:48:17 +0200 Subject: [PATCH] Typo fix in git config --- .github/workflows/fileserver-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fileserver-container.yml b/.github/workflows/fileserver-container.yml index 41e67b44..c6e052f8 100644 --- a/.github/workflows/fileserver-container.yml +++ b/.github/workflows/fileserver-container.yml @@ -104,7 +104,7 @@ jobs: image_value="${{ steps.aws-config.outputs.aws-account-id }}.dkr.ecr.eu-west-1.amazonaws.com/flowforge/${{ needs.upload-stage-image.outputs.image }}" yq e ".forge.fileStore.image = \"$image_value\"" -i ./staging/flowfuse-values.yaml git config --global user.name "GitHub Actions Bot" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"' + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add ./staging/flowfuse-values.yaml git commit -m "Update file-server staging image to ${{ needs.upload-stage-image.outputs.image }}" git push origin main