Skip to content

Commit

Permalink
Fix command verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Jun 4, 2024
1 parent 64068d9 commit f88548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-provider-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate Package Metadata
run: |
cd tools/resourcedocsgen && go run github.com/pulumi/registry/tools/resourcedocsgen \
resourcedocsgen metadata --providerName=${{ env.PROVIDER_SHORT_NAME }} --repoSlug pulumi/pulumi-${{ env.PROVIDER_SHORT_NAME }} --schemaFile="${{ env.PROVIDER_SCHEMA_PATH }}" --version="${{ env.PROVIDER_VERSION }}" --publisher Pulumi
metadata --providerName=${{ env.PROVIDER_SHORT_NAME }} --repoSlug pulumi/pulumi-${{ env.PROVIDER_SHORT_NAME }} --schemaFile="${{ env.PROVIDER_SCHEMA_PATH }}" --version="${{ env.PROVIDER_VERSION }}" --publisher Pulumi
- name: git status
run: git status && git diff
- name: Create registry PR
Expand Down

0 comments on commit f88548a

Please sign in to comment.