HTR-United / htr-united-metadata-generator

Tool that generates, through github actions, a set of metadata to help document repos.
Creative Commons Attribution 4.0 International
2 stars 1 forks source link

Tuto pas clair #6

Open gabays opened 2 years ago

gabays commented 2 years ago

Alors si jamais le tuto n'est pas parfaitement clair:

Register the secret in your github repository
1. Add it to the repository you want to “badge” and call it GIST_SECRET
2. Go to your repository, then to Settings, Secrets https://github.com/username/yourrepo/settings/secrets/actions
3. Click on New repository secret
4. Set the name to GIST_SECRET
5. Paste the value from Step 2.

On a l'impression que 1=2+3+4+5

gabays commented 2 years ago

And this line is really not clear as well:

Finally, in your README.md, add new badges, replacing , and in the following markdown code:
PonteIneptique commented 2 years ago

Nouvelle version plus claire: https://github.com/HTR-United/htr-united-metadata-generator/blob/d9e889cd93a744b3b104a6329fe2a7c4b1fb09d1/TUTORIAL.md ?

gabays commented 2 years ago

I don't get (don't forget to replace , and )

PonteIneptique commented 2 years ago

It was because I did not escape <tags> https://github.com/HTR-United/htr-united-metadata-generator/blob/800cfae050c8c11e5d180eb1bc5e2f9552f017cb/TUTORIAL.md

PonteIneptique commented 2 years ago

I know get why it was not clear :D

gabays commented 2 years ago

ok it is way better. I would say where i get the values from these because it is not clear (if you want to avoid people like me asking questions like that

PonteIneptique commented 2 years ago

The <gistId> and <filename> were defined during or at the end of step (1).

Would that clear things up ?