Skip to content

Commit 8ebff2b

Browse files
committedFeb 18, 2020
feat: now cli v17
1 parent 61490c2 commit 8ebff2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/example-angular.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
zeit-token: ${{ secrets.ZEIT_TOKEN }}
2525
now-org-id: ${{ secrets.NOW_ORG_ID }}
26-
now-project-id: $ {{ secrets.NOW_PROJECT_ID_ANGULAR }}
26+
now-project-id: ${{ secrets.NOW_PROJECT_ID_ANGULAR }}
2727
working-directory: example/angular/dist/angular
2828
- uses: ./
2929
id: now-deployment-production
@@ -32,6 +32,6 @@ jobs:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
zeit-token: ${{ secrets.ZEIT_TOKEN }}
3434
now-org-id: ${{ secrets.NOW_ORG_ID }}
35-
now-project-id: $ {{ secrets.NOW_PROJECT_ID_ANGULAR }}
35+
now-project-id: ${{ secrets.NOW_PROJECT_ID_ANGULAR }}
3636
working-directory: example/angular/dist/angular
3737
now-args: '--prod '

0 commit comments

Comments
 (0)
Please sign in to comment.