feat: add URL remote module example

This commit is contained in:
K.B.Dharun Krishna 2024-05-11 16:27:40 +05:30
parent 6256d6780f
commit cf66ebc312

View file

@ -36,8 +36,9 @@ stages:
- name: example-modules # Sample module demonstatrating importing local and remote modules
type: includes
includes:
- modules/50-install-debs.yml # This is a local module present in this repository
- gh:vanilla-os/dev-image:main:modules/00-basics.yml # This is a remote module in the format: `gh:your-name/your-repo:branch:modules/file.yml`
- modules/50-install-debs.yml # Sample local module present in this repository
- gh:vanilla-os/dev-image:main:modules/00-basics.yml # Sample GitHub remote module in the format: `gh:your-name/your-repo:branch:modules/file.yml`
- https://raw.githubusercontent.com/Vanilla-OS/dev-image/main/modules/05-go.yml # Sample full URL remote module
# Put your custom actions before this comment