@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.mjs
CHANGED
|
@@ -39058,7 +39058,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends Component22 {
|
|
|
39058
39058
|
{
|
|
39059
39059
|
name: "Sticky PR comment with deploy endpoints",
|
|
39060
39060
|
if: "github.event_name == 'pull_request' && hashFiles('deploy-urls.md') != ''",
|
|
39061
|
-
uses: "marocchino/sticky-pull-request-comment@
|
|
39061
|
+
uses: "marocchino/sticky-pull-request-comment@v3",
|
|
39062
39062
|
with: {
|
|
39063
39063
|
header: deployJobName,
|
|
39064
39064
|
path: "deploy-urls.md"
|