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 @@ -187,7 +187,7 @@ jobs:
187
187
npx wrangler pages publish ./ \
188
188
--project-name=${{ matrix.app.cloudflareName }} \
189
189
--branch=${{ github.event.workflow_run.head_branch }} \
190
- --commit-hash=${{ github.event.workflow_run.head_commit }}
190
+ --commit-hash=${{ github.event.workflow_run.head_sha }}
191
191
env :
192
192
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
193
193
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
npx wrangler pages deploy ./ \
120
120
--project-name=${{ matrix.app.cloudflareName }} \
121
121
--branch=${{ github.event.workflow_run.head_branch }} \
122
- --commit-hash=${{ github.event.workflow_run.head_commit }}
122
+ --commit-hash=${{ github.event.workflow_run.head_sha }}
123
123
env :
124
124
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
125
125
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -138,7 +138,7 @@ jobs:
138
138
message : |+
139
139
| Project | Preview URL |
140
140
| ------- | ----------- |
141
- | Limber | https://${{ github.event.workflow_run.head_commit }}.limber-glimdown.pages.dev |
142
- | Tutorial | https://${{ github.event.workflow_run.head_commit }}.limber-glimmer-tutorial.pages.dev |
141
+ | Limber | https://${{ github.event.workflow_run.head_sha }}.limber-glimdown.pages.dev |
142
+ | Tutorial | https://${{ github.event.workflow_run.head_sha }}.limber-glimmer-tutorial.pages.dev |
143
143
144
144
[Logs](https://github.com/NullVoxPopuli/limber/actions/runs/${{ github.run_id }})
You can’t perform that action at this time.
0 commit comments