Skip to content

Commit

Permalink
Merge branch 'master' into ahmadtaimoor-deriv-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtaimoor-deriv authored Feb 2, 2024
2 parents 1967ff2 + 0b25777 commit 09ce0ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_preview_link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ jobs:
issue_number: ${{steps.pr_information.outputs.issue_number}}
head_sha: ${{github.event.pull_request.head.sha}}
- name: Checkout SmartCharts
uses: './.github/actions/checkout'
uses: 'ahmadtaimoor-deriv/SmartCharts/.github/actions/checkout@master'
with:
repository: ${{steps.pr_information.outputs.username}}/SmartCharts
path: SmartCharts
ref: ${{steps.pr_information.outputs.branch_name}}
alternate_repository: 'binary-com/SmartCharts'
alternate_ref: master
- name: Checkout deriv-app
uses: './.github/actions/checkout'
uses: 'ahmadtaimoor-deriv/SmartCharts/.github/actions/checkout@master'
with:
repository: ${{steps.pr_information.outputs.username}}/deriv-app
path: deriv-app
ref: ${{steps.pr_information.outputs.branch_name}}
alternate_repository: 'binary-com/deriv-app'
alternate_ref: master
- name: Custom flutter-chart
uses: './.github/actions/checkout'
uses: 'ahmadtaimoor-deriv/SmartCharts/.github/actions/checkout@master'
with:
repository: ${{steps.pr_information.outputs.username}}/flutter-chart
path: flutter-chart
Expand Down

0 comments on commit 09ce0ce

Please sign in to comment.