diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-22 17:08:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 17:08:14 +0900 |
commit | 0daa5005b8396f25fbb8a03c19490551b895a436 (patch) | |
tree | 34dc0abfc8149f3b8de9a4856971500ff29cdd2f /.github/workflows | |
parent | e6245796e1bd810f0020c045a65da1ee5512dafc (diff) |
Fix whitespace
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index db0fca73..c956b76c 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -88,7 +88,7 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git commit -a -m "${{ github.event.release.name }} - ${{ github.event.release.html_url }}" + git commit -a -m "${{ github.event.release.name }} - ${{ github.event.release.html_url }}" - name: Push changes uses: ad-m/github-push-action@29f05e01bb17e6f28228b47437e03a7b69e1f9ef # pin@master |