Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigi authored Apr 21, 2020
1 parent 8479adc commit 77ae669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
name: create new issue
runs-on: ubuntu-latest
steps:
- name: Set Date
run: echo "::set-env name=DATE::$(date -u '+%B %d %Y')"


# Repo code checkout required if `template` is used
- name: Checkout
Expand All @@ -19,6 +22,7 @@ jobs:
id: issue-bot
uses: imjohnbo/issue-bot@v2
with:
title: "1:1 for ${{ env.DATE }}"
assignees: "pierluigi" # GitHub handles without the @
labels: "1on1"
pinned: true
Expand All @@ -27,6 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate random questions
if: success()
uses: ./
with:
issue-number: ${{ steps.issue-bot.outputs.issue-number }}
Expand Down

0 comments on commit 77ae669

Please sign in to comment.