New repo naming format

This commit is contained in:
Sahil Ahuja 2025-02-10 11:48:22 +05:30
parent d9c90c5e98
commit ea758d77aa

View File

@ -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: |