Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mugijiru committed Mar 12, 2021
1 parent 00ba8d7 commit 9b76148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Ember.js App
env:
NPM_TOKEN: {{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ember/todo-app
yarn
Expand Down

0 comments on commit 9b76148

Please sign in to comment.