Skip to content

Commit

Permalink
Merge pull request #40 from amam-deriv/amam/update-readme-v2
Browse files Browse the repository at this point in the history
Amam/update readme v2
  • Loading branch information
amam-deriv authored Nov 27, 2024
2 parents 9672302 + 561b76f commit e077e9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pull-requests: write
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v2'
with:
username: ${{github.event.pull_request.user.login}}
token: ${{ secrets.PREVIEW_LINK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pull-requests: write
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v2'
with:
username: ${{github.event.pull_request.user.login}}
token: ${{ secrets.PREVIEW_LINK_TOKEN }}
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
Deriv.com
</h1>

Deriv.com - An online trading platform that offers a wide selection of derivatives to trade on 24/7.
Academy and Partner Legacy Signup

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/binary-com/deriv-com/Release%20Staging) ![node](https://img.shields.io/badge/node-%3E%3D18.12.1-blue.svg) ![npm](https://img.shields.io/badge/npm-%3E%3D8.19.2-blue.svg) [![GATSBY](https://img.shields.io/badge/Gatsby-663399?style=flat&logo=gatsby&logoColor=white)](https://github.com/styled-components/styled-components) [![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components) ![Sonar Tech Debt](https://img.shields.io/sonar/tech_debt/binary-com_deriv-com?server=https%3A%2F%2Fsonarcloud.io)
![Sonar Violations (short format)](https://img.shields.io/sonar/violations/binary-com_deriv-com?server=https%3A%2F%2Fsonarcloud.io)

## In this document:

- [Other documents](#other-documents)
- [Pre-installation](#pre-installation)
- [Quick start](#quick-start)
- [How to contribute](#how-to-contribute)
- [PR Formating guideline](#pr-formating-guideline)
- [PR without translations](#pr-without-translation)
- [PR with translations](#pr-with-translation)
- [Manage releases](#manage-releases)
- [Test link deployment](#test-link-deployment)
- [FAQ](#faq)
- [In this document:](#in-this-document)
- [Other Documents](#other-documents)
- [Pre-installation](#pre-installation)
- [Quick start](#quick-start)
- [How to contribute](#how-to-contribute)
- [PR Formating guideline](#pr-formating-guideline)
- [PR without translation](#pr-without-translation)
- [PR with translation](#pr-with-translation)
- [Manage releases](#manage-releases)
- [Test link deployment](#test-link-deployment)

## Other Documents

Expand Down

0 comments on commit e077e9d

Please sign in to comment.