File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments