Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 12, 2024
1 parent 5e429e2 commit ab22522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export README_TEMPLATE_REPO_URL := https://raw.githubusercontent.com/$(README_TE
export README_TEMPLATE_REMOTE_FILE ?= $(BUILD_HARNESS_PATH)/templates/README.md.gotmpl
export README_TEMPLATE_FILE ?= $(README_TEMPLATE_REMOTE_FILE)
export README_TEMPLATE_YAML := $(BUILD_HARNESS_PATH)/templates/$(README_YAML)
export README_INCLUDES := $(shell pwd)
export README_INCLUDES ?= ./

# Only allow allowlisted orgs to supply the README template
export README_ALLOWLIST_ORGS := \
Expand Down

0 comments on commit ab22522

Please sign in to comment.