Skip to content

Commit

Permalink
[chore] Fix a typo in Tidy workflow (open-telemetry#31085)
Browse files Browse the repository at this point in the history
s/genoteltestbed/genoteltestbedcol
  • Loading branch information
songy23 committed Feb 6, 2024
1 parent 949630d commit 3616475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Install Tools
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: go mod tidy, make genotelcontribcol and make genoteltestbed
- name: go mod tidy, make genotelcontribcol and make genoteltestbedcol
run: |
make gotidy && make genotelcontribcol && make genoteltestbed
make gotidy && make genotelcontribcol && make genoteltestbedcol
git config user.name opentelemetrybot
git config user.email [email protected]
echo "git diff --exit-code || (git add . && git commit -m \"go mod tidy, make genotelcontribcol and make genoteltestbed\" && git push)"
git diff --exit-code || (git add . && git commit -m "go mod tidy, make genotelcontribcol and make genoteltestbed" && git push)
echo "git diff --exit-code || (git add . && git commit -m \"go mod tidy, make genotelcontribcol and make genoteltestbedcol\" && git push)"
git diff --exit-code || (git add . && git commit -m "go mod tidy, make genotelcontribcol and make genoteltestbedcol" && git push)
env:
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
- uses: actions-ecosystem/action-remove-labels@v1
Expand Down

0 comments on commit 3616475

Please sign in to comment.