We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6434c80 commit 8c53016Copy full SHA for 8c53016
.github/workflows/update-version.yaml
@@ -42,8 +42,6 @@ jobs:
42
- name: Set up commit author name and email
43
id: committer
44
run: |
45
- echo "name=otelbot" >> "$GITHUB_OUTPUT"
46
- echo "email=197425009+otelbot@users.noreply.github.com" >> "$GITHUB_OUTPUT"
47
git config --global user.name "otelbot"
48
git config --global user.email "197425009+otelbot@users.noreply.github.com"
49
0 commit comments