Skip to content

Commit

Permalink
refactor/internal-o11y/update-otel
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Jan 29, 2024
1 parent 45f4466 commit cd9788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/actions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ACTIONS_LIST := $(eval ACTIONS_LIST := $(shell rg -o -I -r '$$1' ".*- uses: (.*?)@.*" .github | sort | uniq))$(ACTIONS_LIST)
ACTIONS_LIST := $(eval ACTIONS_LIST := $(shell rg -o -I -r '$$1' ".*- uses: (.*?)@.*" $(ROOTDIR)/.github | sort | uniq))$(ACTIONS_LIST)

.PHONY: list/actions
## show variation of external actions
Expand Down

0 comments on commit cd9788e

Please sign in to comment.