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

Rendered Commit Links: Dashes in Github Repository Name Converted to Underscores #61

Open
niall-byrne opened this issue Sep 6, 2020 · 0 comments

Comments

@niall-byrne
Copy link

niall-byrne commented Sep 6, 2020

I wanted to flag this issue, it might be affecting other people than me.

I have a repository named panic-fe, and this yml syntax:

- name: Production -- Generate Changelog
  if: env.GIT_DIFF == ''
  uses: scottbrenner/generate-changelog-action@master
   id: Changelog
   env:
      REPO: ${{ github.repository }}

The commit links being rendered look like this for each commit:
https://github.com/niall-byrne/panic-fe/releases/tag/v0.11

My pushy friend made me rename the repository to panic_fe temporarily, so that a github redirect would enable the links to work, but I suspect the author's intention was that they would be rendered differently.

(To Recreate: Look at the rendered HTML to see the actual link, as my hacky github redirect workaround will disguise the issue...)

@niall-byrne niall-byrne changed the title Dashes in Github Repository Name Being Converted to Underscores Rendered Commit Links: Dashes in Github Repository Name Converted to Underscores Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant