From 3ab53babe6f25047e53d492f74c704e9f8dfd996 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 23 May 2020 18:41:09 +0200 Subject: [PATCH] Less obnoxious commit message --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b02d95f..f6cfa20 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -75,7 +75,7 @@ jobs: git config --local user.email "ts_ci@github.com" git config --local user.name "ts_ci" git add -A - git commit -am "🚀 Enabling shorter path [automatic]" + git commit -am "Enabling shorter import paths [automatic]" - name: Push changes uses: ad-m/github-push-action@v0.5.0 with: