use git url

This commit is contained in:
Akshay Sasidharan 2022-11-17 04:11:10 +05:30
parent 031c361a68
commit 31e3ce3d91

View file

@ -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": [],