Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Feb 22, 2021
1 parent 5801dd6 commit cfbd225
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ When there are dependencies in your actions that are unique only to that Pull Re
you can define that in your Pull Request body and extract those variables to make
decisions on which action to run next.

**Pull Request**
**Pull Request Example 1**
```
This Pull request requires dependency-version: 2.3
```

**Pull Request Example 2**
``` markdown
This Pull request requires:

| package | version|
| --- | ---|
| dependency-version: | 2.3 |
```

**Action**
```yaml
- name: Extract Dependency Version
Expand Down

0 comments on commit cfbd225

Please sign in to comment.