Skip to content

Commit c0e5058

Browse files
committed
chore: move org
1 parent 11e1970 commit c0e5058

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/debug-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ inputs.action_name == 'Increment product environment' }} => increment_tag prd
4343
4444
- name: Increment
45-
uses: PacificPromise/semantic-versioning-action@main
45+
uses: tuanngocptn/semantic-versioning-action@main
4646
if: ${{ steps.switch-case.outputs.value != 'none' }}
4747
with:
4848
script: ${{ steps.switch-case.outputs.value }}

.github/workflows/debug-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ inputs.action_name == 'Increment product environment' }} => increment_tag prd
4343
4444
- name: Increment
45-
uses: PacificPromise/semantic-versioning-action@main
45+
uses: tuanngocptn/semantic-versioning-action@main
4646
if: ${{ steps.switch-case.outputs.value != 'none' }}
4747
with:
4848
script: ${{ steps.switch-case.outputs.value }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```yml
1212
- name: Run semantic versioning
13-
uses: PacificPromise/semantic-versioning-action@main
13+
uses: tuanngocptn/semantic-versioning-action@main
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:
@@ -36,7 +36,7 @@
3636
- Create a sh file with below content `run_sample.sh`.
3737

3838
```sh
39-
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/PacificPromise/semantic-versioning-action/main/index.sh)" && get_stage_prompt
39+
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/tuanngocptn/semantic-versioning-action/main/index.sh)" && get_stage_prompt
4040
4141
```
4242

run_sample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/PacificPromise/semantic-versioning-action/main/index.sh)" && get_stage_prompt
1+
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/tuanngocptn/semantic-versioning-action/main/index.sh)" && get_stage_prompt

src/author.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Description: Semantic versioning without any track files.
88
# Version: 1.0.0
99
# Github: https://github.com/tuanngocptn
10-
# Usage: Read at https://github.com/PacificPromise/semantic-versioning-action
10+
# Usage: Read at https://github.com/tuanngocptn/semantic-versioning-action
1111
# Notes: This action uses git tag for controlling the version. This action will not change/add/remove any file in your repository.
1212
# ------------------------------------------------------------------------------------------------------------------------------------------
1313

0 commit comments

Comments
 (0)