Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Jun 26, 2024
1 parent df89cd4 commit 58a5948
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div align="center">

# `installation-instruction-action`

**Github action for installing things to your runner with installation instruction config file.**

</div>

## Usage

```yaml
steps:
- name: Install from Config File
uses: instructions-d-installation/[email protected]
with:
path: <url to git repo or path to directory or config file>
options: <options for installation>
```

0 comments on commit 58a5948

Please sign in to comment.