You've already forked awesome-sysadmin
replace travis CI with github actions (check syntax, check links)
- travis CI free plans were discontinued - CI pipeline is similar to https://github.com/awesome-selfhosted/awesome-selfhosted-data and uses https://github.com/nodiscc/hecat - the pipeline will not pass until https://github.com/awesome-foss/awesome-sysadmin/issues/416 has been fixed - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405
This commit is contained in:
6
.hecat/import.yml
Normal file
6
.hecat/import.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- name: import awesome-sysadmin README.md to YAML
|
||||
module: importers/markdown_awesome
|
||||
module_options:
|
||||
source_file: ./README.md
|
||||
output_directory: ./
|
||||
Reference in New Issue
Block a user