Skip to content

Commit

Permalink
Merge pull request #590 from deriv-com/balakrishna-deriv-patch-1
Browse files Browse the repository at this point in the history
Update generate_preview_link.yml
  • Loading branch information
balakrishna-deriv authored Dec 19, 2023
2 parents 3e2dbe3 + a5bf7cb commit 538dc34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/generate_preview_link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
echo "username=$(cat .pr/USERNAME)" >> $GITHUB_OUTPUT
echo "issue_number=$(cat .pr/ISSUE_NUMBER)" >> $GITHUB_OUTPUT
- name: Post preview build comment
id: post_preview_build_comment
uses: "deriv-com/shared-actions/.github/actions/post_preview_build_comment@v1"
with:
issue_number: ${{steps.pr_information.outputs.issue_number}}
head_sha: ${{github.event.workflow_run.head_sha}}

- name: Verify user
uses: "deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1"
with:
Expand All @@ -51,13 +58,6 @@ jobs:
with:
ref: ${{ github.event.workflow_run.head_sha }}

- name: Post preview build comment
id: post_preview_build_comment
uses: "deriv-com/shared-actions/.github/actions/post_preview_build_comment@v1"
with:
issue_number: ${{steps.pr_information.outputs.issue_number}}
head_sha: ${{github.event.workflow_run.head_sha}}

- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 538dc34

Please sign in to comment.