Skip to content

Commit

Permalink
Fix deprecated URL (#666)
Browse files Browse the repository at this point in the history
Fix deprecated URL
  • Loading branch information
gwarf authored Aug 19, 2024
1 parent 42d9fbb commit 70d021d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ While it's not mandatory, a convenient way to manage the OIDC token is to use
> line.
Install `oidc-agent` according to
[official documentation](https://indigo-dc.gitbook.io/oidc-agent/installation),
[official documentation](https://indigo-dc.gitbook.io/oidc-agent/intro),
once `oidc-agent` is installed it can be used to retrieve an OIDC access token
from EGI Check-in.

Expand Down

1 comment on commit 70d021d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (10)

dependant
gecos
Initialising
NOPASSWD
TLS
uuid
venv
virtualenvs
yml
zshrc

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:EGI-Federation/documentation.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/EGI-Federation/documentation/actions/runs/10450616141/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (26) from .github/actions/spelling/expect.txt and unrecognized words (10)

Dictionary Entries Covers Uniquely
cspell:python/src/python/python.txt 392 3 1
cspell:filetypes/filetypes.txt 264 2 2
cspell:python/src/python/python-lib.txt 2417 2
cspell:powershell/dict/powershell.txt 91 1
cspell:monkeyc/src/monkeyc_keywords.txt 123 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:python/src/python/python.txt
          cspell:filetypes/filetypes.txt
          cspell:python/src/python/python-lib.txt
          cspell:powershell/dict/powershell.txt
          cspell:monkeyc/src/monkeyc_keywords.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.