Skip to content

Commit

Permalink
Revert "fix(taiko-client): fix pages workflow (#18734)"
Browse files Browse the repository at this point in the history
This reverts commit 60865c7.
  • Loading branch information
davidtaikocha committed Jan 10, 2025
1 parent 78492e2 commit 8949cc0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/taiko-client--pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -36,8 +33,8 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
if ! git diff --quiet; then
git add -u
git commit -m "Update Swagger documentation"
git push origin HEAD:${{ github.ref_name }}
else
Expand Down

0 comments on commit 8949cc0

Please sign in to comment.