Skip to content

Commit

Permalink
fix: update workflow, remove test update
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 29, 2024
1 parent e429369 commit aa8e9be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-netlify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
COMMENT_BODY=$(jq -r .comment.body $GITHUB_EVENT_PATH)
if [[ $COMMENT_BODY == *"netlify build"* ]]; then
curl -X POST -d {} $NETLIFY_BUILD_HOOK
curl -X POST $NETLIFY_BUILD_HOOK
fi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ The New Relic Terraform Provider is one of many tools provided by the [Developer
For more information on how to use the provider to configure your alerts, notifications, monitors, and many other New Relic resources, please view the [documentation](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs).

Go to the project's [README](https://github.com/newrelic/terraform-provider-newrelic#readme) for setup and usage details.


THIS IS A TEST!

0 comments on commit aa8e9be

Please sign in to comment.