Skip to content

Commit cd0530a

Browse files
Merge pull request #48 from clxmstaab/patch-1
example: fix typo
2 parents 7e64e61 + 2a957f5 commit cd0530a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
132132
steps:
133133
- uses: actions/checkout@v2
134-
token: ${{ secrets.PAT_TOKEN }}
134+
with:
135+
token: ${{ secrets.PAT_TOKEN }}
135136
136137
- name: Run php-cs-fixer
137138
uses: docker://oskarstark/php-cs-fixer-ga

0 commit comments

Comments
 (0)