We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93d26b commit 4cd6d8eCopy full SHA for 4cd6d8e
.github/workflows/auto-update-client-api.yml
@@ -81,7 +81,7 @@ jobs:
81
82
git config --local user.name "$GITHUB_ACTOR"
83
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
84
- git commit -a -m "chore: auto update client api [${APECLOUD_COMMIT_SHA}](${APECLOUD_COMMIT_URL}/${APECLOUD_COMMIT_SHA})"
+ git commit -a -m "chore: auto update client api ${APECLOUD_COMMIT_URL}/${APECLOUD_COMMIT_SHA}"
85
fi
86
echo file_changes=$FILE_CHANGES >> $GITHUB_OUTPUT
87
0 commit comments