Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigi authored Apr 21, 2020
1 parent 2254910 commit 65ba90c
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
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Generate questions
uses: pierluigi/random-1on1-questions-action@v1
uses: pierluigi/random-1on1-questions-action@v1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Optional: ovverride these defaults
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate random questions
if: success()
uses: ./
uses: pierluigi/[email protected]
with:
issue-number: ${{ steps.issue-bot.outputs.issue-number }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 65ba90c

Please sign in to comment.