Skip to content

Commit ae00176

Browse files
committed
CLOUDP-313350: Fix the commit sign fix by removing EOLs
1 parent c27a4ca commit ae00176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Commit as needed
4848
env:
4949
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
50-
COMMIT_MESSAGE: 'Fix licenses after dependabot changes\n\n[dependabot skip]'
50+
COMMIT_MESSAGE: "Fix licenses after dependabot changes"
5151
run: |
5252
if [[ $(git diff --stat) != '' ]]; then
5353
echo 'Committing changes'

0 commit comments

Comments
 (0)