Skip to content

Commit af92ddc

Browse files
authored
Update username
1 parent b4cb699 commit af92ddc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Unlock an issue. By default, it uses the context's but can be targetted.
33
### Targetting context's issue:
44
```yml
55
- name: Unlock issue
6-
uses: IOrlandoni/unlock-issues@v1.2
6+
uses: thisisnacho/unlock-issues@v1.2
77
```
88
#### Sample file: `.github/workflows/unlock-reopened-issues.yml`
99
```yml
@@ -21,14 +21,14 @@ jobs:
2121
issues: write
2222
steps:
2323
- name: Unlock issue
24-
uses: IOrlandoni/unlock-issues@v1.2
24+
uses: thisisnacho/unlock-issues@v1.2
2525
```
2626
As simple as that!
2727

2828
### Targetting a specific issue / repo:
2929
```yml
3030
- name: Unlock issue
31-
uses: IOrlandoni/unlock-issues@v1.2
31+
uses: thisisnacho/unlock-issues@v1.2
3232
with:
3333
repo-token: {Token with permissions over the target repository / issue}
3434
owner-name: {Owner Name - Optional - Default: Context's Repository Owner}

0 commit comments

Comments
 (0)