Skip to content

Commit 5cdcda8

Browse files
committed
updated
1 parent 2884826 commit 5cdcda8

File tree

5 files changed

+6
-37
lines changed

5 files changed

+6
-37
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ See [action.yml](./action.yml)
1010

1111
**Basic:**
1212
```yaml
13-
- uses: codeeshop-oc/php-cs-fix-merge@1.0.0
13+
- uses: codeeshop-oc/php-cs-fix-merge@1.0.1
1414
```
1515
1616
**Full:**
1717
```yaml
18-
- uses: codeeshop-oc/php-cs-fix-merge@1.0.0
19-
with:
18+
- uses: codeeshop-oc/php-cs-fix-merge@1.0.1
19+
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
repository: ${{ github.repository }}
2222
username: codeeshop-oc
@@ -96,8 +96,8 @@ This can be resolved by adding `persist-credentials: false` and `fetch-depth: 0`
9696
with:
9797
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal access token.
9898
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
99-
- uses: codeeshop-oc/php-cs-fix-merge@1.0.0
100-
with:
99+
- uses: codeeshop-oc/php-cs-fix-merge@1.0.1
100+
with:
101101
github_token: ${{ secrets.GITHUB_TOKEN }}
102102
repository: ${{ github.repository }}
103103
username: codeeshop-oc

fix-3/newfile.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/main.js",

php_test/folder/index.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

php_test/index.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)