Skip to content

Commit 5ef2e12

Browse files
committed
Shortened env.COMMIT_MSG refs
1 parent 3d6042e commit 5ef2e12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-chatgpt-usercount-jsd-shields-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ jobs:
182182
run: |
183183
cd ${{ github.workspace }}/adamlui/userscripts
184184
git add .
185-
git commit -n -m "${{ env.COMMIT_MSG }}" || true
185+
git commit -n -m "$COMMIT_MSG" || true
186186
git push

.github/workflows/update-root-usercount-jsd-shields-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ jobs:
199199
run: |
200200
cd ${{ github.workspace }}/adamlui/userscripts
201201
git add .
202-
git commit -n -m "${{ env.COMMIT_MSG }}" || true
202+
git commit -n -m "$COMMIT_MSG" || true
203203
git push

0 commit comments

Comments
 (0)