Skip to content

Commit

Permalink
docs: update release version to v1.0.1 in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Oct 6, 2021
1 parent 512882e commit 30c1d99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened'
steps:
- name: 'Move issue to "Todo"'
uses: leonsteinhaeuser/[email protected].0
uses: leonsteinhaeuser/[email protected].1
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -43,7 +43,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'closed'
steps:
- name: 'Moved issue to "Done"'
uses: leonsteinhaeuser/[email protected].0
uses: leonsteinhaeuser/[email protected].1
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -56,7 +56,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested'
steps:
- name: 'Move PR to "In Progress"'
uses: leonsteinhaeuser/[email protected].0
uses: leonsteinhaeuser/[email protected].1
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -69,7 +69,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'ready_for_review'
steps:
- name: 'Move PR to "Ready for Review"'
uses: leonsteinhaeuser/[email protected].0
uses: leonsteinhaeuser/[email protected].1
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -82,7 +82,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
steps:
- name: 'Move PR to "Closed"'
uses: leonsteinhaeuser/[email protected].0
uses: leonsteinhaeuser/[email protected].1
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand Down

0 comments on commit 30c1d99

Please sign in to comment.