Skip to content

Commit 7448d15

Browse files
authored
Merge pull request #59 from Tumiya/feature/cleanup-azohra-refrences
Remove any references of azohra in the project
2 parents 3bac09d + 102bd32 commit 7448d15

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-workflow
1+
name: CI pipeline
22

33
on:
44
pull_request:
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Lint
16-
uses: azohra/shell-linter@latest
16+
uses: Azbagheri/shell-linter@latest
1717
with:
1818
exclude-paths: "tests/shunit2,testdata/html_response,LICENSE"
1919

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gitrise
2-
[![Release](https://img.shields.io/github/release/azohra/gitrise.sh.svg)](https://github.com/azohra/gitrise.sh/releases)
3-
[![Mainline Status](https://github.com/azohra/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/azohra/gitrise.sh/actions?query=branch%3Adevelop)
2+
[![Release](https://img.shields.io/github/release/Tumiya/gitrise.sh.svg)](https://github.com/Tumiya/gitrise.sh/releases)
3+
[![Mainline Status](https://github.com/Tumiya/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/Tumiya/gitrise.sh/actions?query=branch%3Adevelop)
44

55
A Bitrise trigger in pure `bash`!
66

@@ -99,4 +99,4 @@ To run the unit tests, use the following command in the project directory
9999
After testing your changes, open a pull request to merge your branch into the **develop** branch.
100100

101101
## License
102-
This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/azohra/gitrise.sh/blob/develop/LICENSE).
102+
This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/Tumiya/gitrise.sh/blob/develop/LICENSE).

docs/release_notes/v0.8.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Release Notes
22

3-
* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/azohra/gitrise.sh/issues/18) )
3+
* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/Tumiya/gitrise.sh/issues/18) )
44
* Improved performance by making the polling frequency configurable using the `-p | --poll` option
5-
* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/azohra/gitrise.sh/issues/23) )
5+
* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/Tumiya/gitrise.sh/issues/23) )
66
* Improved the usage instructions on the README

0 commit comments

Comments
 (0)