We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d82e commit 1b1845bCopy full SHA for 1b1845b
.github/workflows/run-acceptance-tests.yml
@@ -98,6 +98,12 @@ jobs:
98
$GITHUB_ENV
99
- name: Build SDK
100
run: make build_${{ matrix.language }}
101
+ # Commit all changed files back to the repository
102
+ - name: Commit generated SDK
103
+ uses: rquitales/git-recommit-action@v1
104
+ with:
105
+ commit_message: "[automated] Add generated SDKs"
106
+ file_pattern: sdk/
107
- name: Check worktree clean
108
run: ./ci-scripts/ci/check-worktree-is-clean
109
- name: Compress SDK folder
0 commit comments