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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: gmetribin/deploy-tools
|
||||
ref: main
|
||||
repository: git.gmetri.io/gmetribin/deploy-tools
|
||||
ref: v1.1.9
|
||||
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
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user