We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61490c2 commit 8ebff2bCopy full SHA for 8ebff2b
.github/workflows/example-angular.yml
@@ -23,7 +23,7 @@ jobs:
23
github-token: ${{ secrets.GITHUB_TOKEN }}
24
zeit-token: ${{ secrets.ZEIT_TOKEN }}
25
now-org-id: ${{ secrets.NOW_ORG_ID }}
26
- now-project-id: $ {{ secrets.NOW_PROJECT_ID_ANGULAR }}
+ now-project-id: ${{ secrets.NOW_PROJECT_ID_ANGULAR }}
27
working-directory: example/angular/dist/angular
28
- uses: ./
29
id: now-deployment-production
@@ -32,6 +32,6 @@ jobs:
32
33
34
35
36
37
now-args: '--prod '
0 commit comments