Skip to content

Commit

Permalink
Fix padding in the workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
vloddi committed Aug 21, 2022
1 parent fbd7fab commit 908369f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ large:
### Create Workflow
Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the labeler action with content:
Create a workflow (eg: `.github/workflows/changed-lines-count-labeler.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the labeler action with content:

```yml
name: "Pull Request Labeler"
name: "Changed Lines Count Labeler"
on: [pull_request]
jobs:
changed-lines-count-labeler:
runs-on: ubuntu-latest
name: An action for automatically labelling pull requests based on the changed lines count
steps:
steps:
- name: Set a label
uses: vkirilichev/[email protected]
with:
Expand Down

0 comments on commit 908369f

Please sign in to comment.