Skip to content

Commit

Permalink
Add an example RPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 14, 2020
1 parent 85575de commit de58ddd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This action expects the following structure:

## Example usage

A full example can be found in [this my_rpm example](https://github.com/robertdebock/my_rpm).

`.github/workflows/rpmbuild.yml`:

```yaml
Expand All @@ -43,5 +45,5 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: rpmbuild
uses: robertdebock/rpmbuild-action@1.1.0
uses: robertdebock/rpmbuild-action@1.1.1
```

0 comments on commit de58ddd

Please sign in to comment.