Skip to content

Commit

Permalink
Revert "Commit generated code automatically" (#524)
Browse files Browse the repository at this point in the history
* Revert "Commit generated code automatically (#523)"

This reverts commit b394b40.

* Update diff-check.yml
  • Loading branch information
Yang-33 authored Oct 13, 2023
1 parent 033c6b5 commit 7e70990
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/diff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git checkout -b update-diff-${{ env.CURRENT_DATETIME }}
git add line-openapi
git add src/**
git commit -m "Codes are generated by openapi generator"
git push origin master
git commit -m "Codes are generated by openapi"
git push origin update-diff-${{ env.CURRENT_DATETIME }}
gh pr create -B ${{ github.ref_name }} -t "Codes are generated by openapi generator" -b "" --label "line-openapi-update"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e70990

Please sign in to comment.