Skip to content

Commit 917c845

Browse files
committed
Shortened env.COMMIT_MSG ref
1 parent 7dd1ea1 commit 917c845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ jobs:
166166
cd ${{ github.workspace }}/adamlui/js-utils
167167
git pull # again to sync w/ concurrent workflow updates
168168
git add .
169-
git commit -n -m "${{ env.COMMIT_MSG }}" || true
169+
git commit -n -m "$COMMIT_MSG" || true
170170
git push

0 commit comments

Comments
 (0)