Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmatt-Lee committed Mar 4, 2021
1 parent 990e796 commit 96a658d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github-Jira-Integration
# GitHub-Jira-Integration

[![GitHub Release](https://img.shields.io/github/release/Timmatt-Lee/Github-Jira-Integration.svg?style=flat)](https://github.com/Timmatt-Lee/Github-Jira-Integration/releases/latest) [![Dependency Status](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration.svg)](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration) [![devDependencies Status](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration/dev-status.svg)](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration?type=dev) [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/Timmatt-Lee/Github-Jira-Integration/pulls)
[![GitHub Release](https://img.shields.io/github/release/Timmatt-Lee/GitHub-Jira-Integration.svg?style=flat)](https://github.com/Timmatt-Lee/GitHub-Jira-Integration/releases/latest) [![Dependency Status](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration.svg)](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration) [![devDependencies Status](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration/dev-status.svg)](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration?type=dev) [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/Timmatt-Lee/GitHub-Jira-Integration/pulls)

Tired of switching tabs between GitHub and Jira?

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Request and Jira issue integration
uses: Timmatt-Lee/Github-Jira-Integration@master
uses: Timmatt-Lee/GitHub-Jira-Integration@master
with:
host: ${{ secrets.JIRA_BASE_URL }}
email: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Transit Jira issue
uses: Timmatt-Lee/Github-Jira-Integration@master
uses: Timmatt-Lee/GitHub-Jira-Integration@master
with:
host: ${{ secrets.JIRA_BASE_URL }}
email: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Timmatt-Lee/Github-Jira-Integration'
name: 'Timmatt-Lee/GitHub-Jira-Integration'
description: 'Automatically create or bind pull request to jira issue, resolve it when merged'
branding:
icon: 'git-pull-request'
Expand Down

0 comments on commit 96a658d

Please sign in to comment.