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

[Bug] action fails if there is '#' in the branch name #68

Open
BroHPotato opened this issue May 13, 2020 · 1 comment
Open

[Bug] action fails if there is '#' in the branch name #68

BroHPotato opened this issue May 13, 2020 · 1 comment

Comments

@BroHPotato
Copy link

BroHPotato commented May 13, 2020

Hi, the action fails if the # character is present in the branch name, this is the report on the action tab:

Run homoluctus/[email protected]
  with:
    type: Success
    job_name: CONTROLLO Pull Request
    mention: here
    mention_if: failure
    channel: #devops_documentazione
    username: Docs Pull Request Patrol
    url: ***
    commit: true
    token: ***
##[error]No commit found for SHA: feature/wrVerbaleEsterno

the actual branch name is feature/wrVerbaleEsterno#25

@clarencecastillo
Copy link

The spec describes usage of # to make comments. Wrap the channel name with quotation marks like so:

channel: '#devops_documentazione'

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