Skip to content

Commit

Permalink
Typo fix in git config
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jun 28, 2024
1 parent c3eb4b9 commit 737f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 737f495

Please sign in to comment.