Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage in github action will create wrong links #12

Open
sajadghawami opened this issue Sep 21, 2021 · 1 comment
Open

Usage in github action will create wrong links #12

sajadghawami opened this issue Sep 21, 2021 · 1 comment

Comments

@sajadghawami
Copy link

sajadghawami commented Sep 21, 2021

hey,

thank you for the amazing package!

Locally everything is working fine, but when i try to use the package in a github action, some of the links are broken.
The repository name is '@codestra/authentication-manager'.

The result will be as follows:

[![Build Status](https://img.shields.io/github/workflow/status//codestra/Push%20on%20master?style=flat-square&color=%23007a1f)](https://github.com//codestra/actions)

....

[![stargazers](https://img.shields.io/github/stars//codestra?style=social)](https://github.com//codestra/stargazers)
[![number of forks](https://img.shields.io/github/forks//codestra?style=social)](https://github.com//codestra/fork)

As you can see, there are // at some point in the url.

Some of the images actually do work, but some are broken. This is the whole Readme: Generated Readme

Any clue how to fix that?

@technikhil314
Copy link
Owner

technikhil314 commented Sep 22, 2021

@sajadghawami Yeah I will have to investigate this further. Can you help me with the node version you are using and the remote "origin" section from your .git/config file? It should look something like following. You will have to log it in your action to help me dig more into it.

[remote "origin"]
	url = [email protected]:technikhil314/auto-badger.git
	fetch = +refs/heads/*:refs/remotes/origin/*

Thank you for using. I am glad you find it useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants