Skip to content

Commit

Permalink
fix: typo in daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Dec 14, 2021
1 parent 73f1f08 commit c8dd6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14]
node-version: [14]
os: [ubuntu-latest]

steps:
Expand All @@ -29,6 +29,6 @@ jobs:
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_TITLE: 'Node version'
SLACK_MESSAGE: ${{ matrix.node }}
SLACK_MESSAGE: ${{ matrix.node-version }}
SLACK_COLOR: ${{ job.status == 'success' && 'good' || job.status == 'cancelled' && '#808080' || 'danger' }}

0 comments on commit c8dd6b7

Please sign in to comment.