Skip to content

Commit

Permalink
Delete SDK files to force CI to recommit
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Jun 30, 2023
1 parent 1b1845b commit f27b4cc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1,096 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,23 @@ jobs:
- name: Build SDK
run: make build_${{ matrix.language }}
# Commit all changed files back to the repository
- name: Sync any changes from the remote
run: git pull origin ${{ github.head_ref }}
- name: Commit generated SDK
uses: rquitales/git-recommit-action@v1
id: recommit
with:
commit_message: "[automated] Add generated SDKs"
file_pattern: sdk/
# push_options: --dry-run
- name: Comment PR if changes were made
if: steps.recommit.outputs.changes_detected == 'true'
uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: >
A new commit was added to this PR as part of the SDK build process.
SDKs were recommitted for the following language: ${{ matrix.language }}.
- name: Check worktree clean
run: ./ci-scripts/ci/check-worktree-is-clean
- name: Compress SDK folder
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -7002,7 +7002,7 @@ func Provider() tfbridge.ProviderInfo {
prov.SetAutonaming(255, "-")

// Add a CSharp-specific override for aws_s3_bucket.bucket.
prov.Resources["aws_s3_bucket_legacy"].Fields["bucket"].CSharpName = "BucketName"
prov.Resources["aws_s3_bucket_legacy"].Fields["bucket"].CSharpName = "BucketNameNew"

return prov
}
1 change: 0 additions & 1 deletion sdk/dotnet/Xray/README.md

This file was deleted.

247 changes: 0 additions & 247 deletions sdk/go/aws/simpledb/domain.go

This file was deleted.

Loading

0 comments on commit f27b4cc

Please sign in to comment.