We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018e889 commit af16a19Copy full SHA for af16a19
.github/workflows/update-semconv-integration-branch.yml
@@ -86,7 +86,7 @@ jobs:
86
87
sed -i "s/^\tsemconv-pin = .*/\tsemconv-pin = $commit_desc/" .gitmodules
88
89
- git add content-modules/semantic-conventions .gitmodules
+ git add -A
90
91
if ! git diff-index --quiet --cached HEAD; then
92
git commit -am "Update semconv submodule to $commit_desc"
0 commit comments