Skip to content

Commit 25a2fa5

Browse files
committed
chore: tiny formatting changes
1 parent 1a360e8 commit 25a2fa5

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ release:
2121
- [ ] Docker images for each distro have been published to docker hub and tagged as latest
2222
- [ ] Slack notifications have been sent to appropriate channels
2323
- [ ] PR has been generated to update docs in [docs.newrelic.com](https://github.com/newrelic/docs-website/pulls)
24-
###### !!! REMOVE THIS HEADER BEFORE PUBLISHING !!!
24+
###### !!! REMOVE THIS HEADER BEFORE PUBLISHING !!!

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ chlog-preview:
215215

216216
.PHONY: chlog-update
217217
chlog-update:
218-
$(CHLOGGEN) update --config $(CHLOGGEN_CONFIG) --version $(VERSION)
218+
$(CHLOGGEN) update --config $(CHLOGGEN_CONFIG) --version $(VERSION)

scripts/validate-actions-hashes.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
set -e
66

7-
# Get the diff of this branch's workflow changes against main.
8-
diff=$(git diff origin/main...HEAD -- '.github/workflows/*')
9-
107
# From all workflows, extract every unique action-hash pair.
118
repo_pins=$(grep -rhoE 'uses: +[^ /]+/[^@ ]+@[a-f0-9]{40}' .github/workflows/ \
129
| sed -E 's/uses: +//; s/@/ /')

0 commit comments

Comments
 (0)