Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ jobs:
- if: github.event_name == 'pull_request'
name: Check Schema is Valid
run: >-
git show ${{ github.event.repository.default_branch
}}:provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json > ${{
runner.temp }}/schema.json;

echo 'SCHEMA_CHANGES<<EOF' >> $GITHUB_ENV

schema-tools compare -p ${{ env.PROVIDER }} -o ${{ github.event.repository.default_branch }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json >> $GITHUB_ENV
schema-tools compare -p ${{ env.PROVIDER }} -n --local-path=provider/cmd/pulumi-resource-${{ env.PROVIDER }}/schema.json -r file:${{ runner.temp }}/schema.json;

echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- if: github.event_name == 'pull_request'
name: Comment on PR with Details of Schema Check
uses: thollander/actions-comment-pull-request@v2
Expand Down
Loading