Skip to content

Commit

Permalink
Prepare Release v0.0.3 (#10)
Browse files Browse the repository at this point in the history
Prepare Release v0.0.3
  • Loading branch information
Robert Wiesner authored Nov 29, 2019
2 parents ed9bb88 + 90c2d1e commit 0bbcd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Assign Team and Persons"
uses: rowi1de/[email protected].2
uses: rowi1de/[email protected].3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
teams: "gitub-org-team" # only works for GitHub Organisation/Teams
persons: "rowi1de" # add individual persons here
include-draft: false # Draft PRs will be skipped by default, enable if you need it
````
```
2 changes: 1 addition & 1 deletion self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
persons: "rowi1de"
Expand Down

0 comments on commit 0bbcd0b

Please sign in to comment.