We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8729c47 commit cc435c1Copy full SHA for cc435c1
1 file changed
‎.github/workflows/deploy-preview-app.yml‎
@@ -64,7 +64,7 @@ jobs:
64
65
comment-preview-on-pr:
66
runs-on: ubuntu-latest
67
- if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
+ if: github.event_name == 'pull_request_target'
68
permissions:
69
contents: read
70
issues: write
@@ -90,7 +90,7 @@ jobs:
90
with:
91
github-token: ${{ secrets.GITHUB_TOKEN }}
92
script: |
93
- const previewUrl = 'https://website-${BRANCH_SLUG}.fairdataihub.org';
+ const previewUrl = 'https://${{ env.KAMAL_APP_DOMAIN }}';
94
const issue_number = context.payload.pull_request.number;
95
96
const body = `## Preview deployment ready\n\n**Preview URL:** [${previewUrl}](${previewUrl})`;
0 commit comments