Skip to content

Commit 3465b1e

Browse files
Remove internal attribute (pulumi#926)
* Remove internal attribute Causes the declaration files to have Fixes pulumi#924 * Fix gotestfmt dependency
1 parent 3f1fbae commit 3465b1e

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,10 @@ jobs:
186186
name: ${{ matrix.language }}-sdk.tar.gz
187187
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
188188
- name: Install gotestfmt
189-
uses: jaxxstorm/action-install-gh-release@v1.2.0
189+
uses: GoTestTools/gotestfmt-action@v2
190190
with:
191-
repo: haveyoudebuggedit/gotestfmt
191+
token: ${{ secrets.GITHUB_TOKEN }}
192+
version: v2.4.0
192193
- name: Configure AWS Credentials
193194
uses: aws-actions/configure-aws-credentials@v1
194195
with:

.github/workflows/master.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ jobs:
185185
name: ${{ matrix.language }}-sdk.tar.gz
186186
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
187187
- name: Install gotestfmt
188-
uses: jaxxstorm/action-install-gh-release@v1.2.0
188+
uses: GoTestTools/gotestfmt-action@v2
189189
with:
190-
repo: haveyoudebuggedit/gotestfmt
190+
token: ${{ secrets.GITHUB_TOKEN }}
191+
version: v2.4.0
191192
- name: Configure AWS Credentials
192193
uses: aws-actions/configure-aws-credentials@v1
193194
with:

.github/workflows/pre-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ jobs:
185185
name: ${{ matrix.language }}-sdk.tar.gz
186186
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
187187
- name: Install gotestfmt
188-
uses: jaxxstorm/action-install-gh-release@v1.2.0
188+
uses: GoTestTools/gotestfmt-action@v2
189189
with:
190-
repo: haveyoudebuggedit/gotestfmt
190+
token: ${{ secrets.GITHUB_TOKEN }}
191+
version: v2.4.0
191192
- name: Configure AWS Credentials
192193
uses: aws-actions/configure-aws-credentials@v1
193194
with:

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@ jobs:
184184
name: ${{ matrix.language }}-sdk.tar.gz
185185
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
186186
- name: Install gotestfmt
187-
uses: jaxxstorm/action-install-gh-release@v1.2.0
187+
uses: GoTestTools/gotestfmt-action@v2
188188
with:
189-
repo: haveyoudebuggedit/gotestfmt
189+
token: ${{ secrets.GITHUB_TOKEN }}
190+
version: v2.4.0
190191
- name: Configure AWS Credentials
191192
uses: aws-actions/configure-aws-credentials@v1
192193
with:

.github/workflows/run-acceptance-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ jobs:
211211
name: ${{ matrix.language }}-sdk.tar.gz
212212
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
213213
- name: Install gotestfmt
214-
uses: jaxxstorm/action-install-gh-release@v1.2.0
214+
uses: GoTestTools/gotestfmt-action@v2
215215
with:
216-
repo: haveyoudebuggedit/gotestfmt
216+
token: ${{ secrets.GITHUB_TOKEN }}
217+
version: v2.4.0
217218
- name: Configure AWS Credentials
218219
uses: aws-actions/configure-aws-credentials@v1
219220
with:

awsx-classic/ec2/vpcTopology.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { Cidr32Block, getIPv4Address } from "./cidr";
2121

2222
import * as utils from "../utils";
2323

24-
/** @internal */
2524
export interface AvailabilityZoneDescription {
2625
name: string;
2726
id: string;

sdk/nodejs/classic/ec2/vpcTopology.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { Cidr32Block, getIPv4Address } from "./cidr";
2121

2222
import * as utils from "../utils";
2323

24-
/** @internal */
2524
export interface AvailabilityZoneDescription {
2625
name: string;
2726
id: string;

0 commit comments

Comments
 (0)