@codedrifters/configulator 0.0.385 → 0.0.386
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -39393,7 +39393,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen26.Compone
|
|
|
39393
39393
|
{
|
|
39394
39394
|
name: "Sticky PR comment with deploy endpoints",
|
|
39395
39395
|
if: "github.event_name == 'pull_request' && hashFiles('deploy-urls.md') != ''",
|
|
39396
|
-
uses: "marocchino/sticky-pull-request-comment@
|
|
39396
|
+
uses: "marocchino/sticky-pull-request-comment@v3",
|
|
39397
39397
|
with: {
|
|
39398
39398
|
header: deployJobName,
|
|
39399
39399
|
path: "deploy-urls.md"
|