Skip to content

Commit

Permalink
Fix semconv integration branch workflow (open-telemetry#6128)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <[email protected]>
  • Loading branch information
trask and chalin authored Feb 7, 2025
1 parent 5c00724 commit 0b59edf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-semconv-integration-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
sed -i "s/^\tsemconv-pin = .*/\tsemconv-pin = $commit_desc/" .gitmodules
if ! git diff-index --quiet HEAD; then
git add -A
if ! git diff-index --quiet --cached HEAD; then
git commit -am "Update semconv submodule to $commit_desc"
git push
fi
Expand Down

0 comments on commit 0b59edf

Please sign in to comment.