Skip to content

Commit

Permalink
Fix(CI): add a missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhannedNoman committed Mar 23, 2022
1 parent 13e462d commit 5c5ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: [12.x, 14.x, 15.x]

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }}
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }}"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 5c5ac0f

Please sign in to comment.