summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorthern-64bit <75195383+northern-64bit@users.noreply.github.com>2024-01-22 16:34:48 +0100
committerGitHub <noreply@github.com>2024-01-22 15:34:48 +0000
commit7fccc1546af6b0fe9c6b134a1249fa2602547643 (patch)
tree1dcad0cd66b3a4b777a92b6195c5113ce2b2065a
parente2f7e597fa51cbadc143a42e7955e3840ae3badd (diff)
Fix typo in website/README.md (#5980)
* Fix typo in website/README.md * Update linting.yml * Update linting.yml * Update linting.yml * Change ref conditions * Update linting.yml --------- Co-authored-by: Luqman <luqman.bello@openbb.finance> Co-authored-by: Luqman <luqazino@gmail.com>
-rw-r--r--.github/workflows/linting.yml6
-rw-r--r--website/README.md2
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index f0ebc92b499..7dca99098af 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -29,10 +29,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # actions/checkout v3.0.2
+ uses: actions/checkout@v4.1.1 # actions/checkout v3.0.2
with:
- ref: ${{ github.head_ref }}
+ ref: ${{ github.event.pull_request.head.ref || github.ref }}
+ repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
fetch-depth: 20
+ token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch base branch
run: git fetch --no-tags --depth=20 origin ${{ github.base_ref }}
diff --git a/website/README.md b/website/README.md
index be82b80c526..ef36693a65f 100644
--- a/website/README.md
+++ b/website/README.md
@@ -131,7 +131,7 @@ pytest tests/website --autodoc
### iFrame
-We are detecting whether the website is loaded inside an iframe. If it is, we are hiding the header and footer. This is done to have a better integration with out [hub website](https://my.openbb.co).
+We are detecting whether the website is loaded inside an iframe. If it is, we are hiding the header and footer. This is done to have a better integration with our [hub website](https://my.openbb.co).
## Contributing