Skip to content

Commit e358db1

Browse files
author
Alex Page
authored
Merge pull request #1 from zaibon/patch-1
Update readme example with proper repository name
2 parents 09f7121 + 4a1e33f commit e358db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
steps:
3030
- name: Move new issues into Triage
3131
if: github.event_name == 'issues' && github.event.action == 'opened'
32-
uses: alex-page/automate-project-columns@master
32+
uses: alex-page/github-project-automation-plus@master
3333
with:
3434
project: Backlog
3535
column: Triage
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Move assinged pull requests into To do
3939
if: github.event_name == 'pull_request' && github.event.action == 'assigned'
40-
uses: alex-page/automate-project-columns@master
40+
uses: alex-page/github-project-automation-plus@master
4141
with:
4242
project: Backlog
4343
column: To do

0 commit comments

Comments
 (0)