We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337c150 commit 6fde01fCopy full SHA for 6fde01f
.github/workflows/generate_preview_link.yml
@@ -115,7 +115,7 @@ jobs:
115
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TEST_LINKS_API_TOKEN }}
116
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_TEST_LINKS_ACCOUNT_ID }}
117
project_name: 'smartcharts-preview'
118
- branch_name: pr-${{github.event.number}}${{ steps.deriv_app.outputs.ref_exists == true && '-dtra' || ''}}${{ steps.flutter_chart.outputs.ref_exists == true && '-flutt' || ''}}
+ branch_name: pr-${{github.event.number}}${{ steps.deriv_app.outputs.ref_exists == 'true' && '-dtra' || ''}}${{ steps.flutter_chart.outputs.ref_exists == 'true' && '-flutt' || ''}}
119
output_dir: deriv-app/packages/core/dist
120
121
- name: 'Generate preview link comment'
0 commit comments