Skip to content

Commit

Permalink
Merge pull request #1036 from newrelic/clark/trigger-build-by-comment
Browse files Browse the repository at this point in the history
fix: make a test udpate
  • Loading branch information
clarkmcadoo authored Jan 29, 2024
2 parents 8413698 + aa8e9be commit d0dd918
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d0dd918

Please sign in to comment.