mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Fix example config
This commit is contained in:
parent
4df56d00ce
commit
8c0b779a80
1 changed files with 1 additions and 0 deletions
1
guide.md
1
guide.md
|
|
@ -87,6 +87,7 @@ If your project contains multiple services which you wish to version independent
|
|||
change_path: "src/my-service"
|
||||
namespace: my-service
|
||||
- name: Cancel if Unchanged
|
||||
if: ${{ ! steps.version.outputs.changed }}
|
||||
run: |
|
||||
gh run cancel ${{ github.run_id }}
|
||||
gh run watch ${{ github.run_id }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue