-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df89cd4
commit 58a5948
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |