Skip to content

Commit

Permalink
docs(readme): update code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 6, 2023
1 parent 2600f2d commit 17082af
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
## Quick Start

```yaml
- name: GitHub Actions Composite Template
uses: remarkablemark/github-actions-composite-template@v1
on: push
jobs:
github-actions-composite-template:
runs-on: ubuntu-latest
steps:
- name: GitHub Actions Composite Template
uses: remarkablemark/github-actions-composite-template@v1
```

## Usage
Expand All @@ -19,8 +24,7 @@ See [action.yml](action.yml)
**Basic:**

```yaml
steps:
- uses: remarkablemark/github-actions-composite-template@v1
- uses: remarkablemark/github-actions-composite-template@v1
```

## Inputs
Expand Down

0 comments on commit 17082af

Please sign in to comment.