mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
use git url
This commit is contained in:
parent
031c361a68
commit
31e3ce3d91
1 changed files with 1 additions and 6 deletions
7
.github/workflows/render-preview-deploy.yml
vendored
7
.github/workflows/render-preview-deploy.yml
vendored
|
|
@ -16,11 +16,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: |
|
||||
echo "$GITHUB_CONTEXT"
|
||||
- name: Create deployment
|
||||
id: create-deployment
|
||||
run: |
|
||||
|
|
@ -36,7 +31,7 @@ jobs:
|
|||
"name": "ToolJet PR #${{ env.PR_NUMBER }}",
|
||||
"notifyOnFail": "default",
|
||||
"ownerId": "tea-caeo4bj19n072h3dddc0",
|
||||
"repo": "https://github.com/ToolJet/ToolJet",
|
||||
"repo": "${{ github.event.pull_request.head.repo.git_url }}",
|
||||
"slug": "tooljet-pr-${{ env.PR_NUMBER }}",
|
||||
"suspended": "not_suspended",
|
||||
"suspenders": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue