Skip to content

Commit

Permalink
Fix the Github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Oct 2, 2024
1 parent 4046577 commit e7f2c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
{
echo 'summary<<EOF'
if [[ "$LAST_VERSION" != "No stable release" ]]; then
schema-tools compare --provider="acme" --old-commit="$LAST_VERSION" --new-commit="--local-path=provider/cmd/pulumi-resource-acme/schema.json"
schema-tools compare --provider="acme" --old-commit="$LAST_VERSION" --repository="github://api.github.com/pulumiverse" --new-commit="--local-path=provider/cmd/pulumi-resource-acme/schema.json"
fi
echo 'EOF'
} >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e7f2c9a

Please sign in to comment.