Copy in original workflows

This commit is contained in:
Raven Szewczyk
2022-07-07 17:07:00 +01:00
parent f03c583145
commit 95fb3b5e5c
8 changed files with 221 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Reusable workflows for GTNH repos
Usage:
```yaml
jobs:
call-workflow-passing-data:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/reusable-workflow.yml@master
secrets: inherit
```