File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,5 +189,5 @@ jobs:
189
189
--branch=${{ github.event.workflow_run.head_branch }} \
190
190
--commit-hash=${{ github.event.workflow_run.head_commit }}
191
191
env :
192
- CLOUDFLARE_ACCOUNT_ID= ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
193
- CLOUDFLARE_API_TOKEN= ${{ secrets.CLOUDFLARE_API_TOKEN }}
192
+ CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
193
+ CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ jobs:
120
120
--branch=${{ github.event.workflow_run.head_branch }} \
121
121
--commit-hash=${{ github.event.workflow_run.head_commit }}
122
122
env :
123
- CLOUDFLARE_ACCOUNT_ID= ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124
- CLOUDFLARE_API_TOKEN= ${{ secrets.CLOUDFLARE_API_TOKEN }}
123
+ CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124
+ CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
125
125
126
126
PostComment :
127
127
name : Post Preview URL as comment to PR
You can’t perform that action at this time.
0 commit comments