New repo naming format
This commit is contained in:
parent
d9c90c5e98
commit
ea758d77aa
6
.github/workflows/cs-update-push.yml
vendored
6
.github/workflows/cs-update-push.yml
vendored
@ -40,10 +40,10 @@ jobs:
|
|||||||
- name: Checkout deploy-tools
|
- name: Checkout deploy-tools
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: gmetribin/deploy-tools
|
repository: git.gmetri.io/gmetribin/deploy-tools
|
||||||
ref: main
|
ref: v1.1.9
|
||||||
path: deploy-tools
|
path: deploy-tools
|
||||||
token: ${{ github.token }} #Any pushes with github.token don't trigger a chained build
|
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build
|
||||||
|
|
||||||
- name: Increment package version and push
|
- name: Increment package version and push
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user