Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan authored Oct 14, 2019
1 parent a2beb68 commit 7a9ee8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Actions-AddNewIssueToColumn

Create a card in any project column for a newly added issue. The project can be configured at the repository level or at the org level.
Create a card in any project column for a newly added issue. The project can be configured at the repository level or at the org level. This allows for new types of automations that are not currently supported with boards/issues.

### Demo

Expand All @@ -22,7 +22,7 @@ jobs:
Add_New_Issue_To_Project:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/actions-add-new-issue-to-column@v1.0
- uses: konradpabjan/actions-add-new-issue-to-column@v1.1
with:
action-token: "${{ secrets.Access_token }}"
project-url: "https://github.com/orgs/github/projects/1"
Expand Down

0 comments on commit 7a9ee8b

Please sign in to comment.