Fixing commit message

This commit is contained in:
Sahil Ahuja 2025-03-06 23:34:44 +05:30
parent 45b7982a4c
commit 7cbbb82805
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.40
ref: v1.1.41
path: deploy-tools
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build

View File

@ -61,7 +61,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.40
ref: v1.1.41
path: deploy-tools
- name: Increment cs version in nm repo and push

View File

@ -41,8 +41,8 @@ main()
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
echo "NEW_TAG: $NEW_TAG"
COMMIT_MESSAGE="$NEW_TAG: $REPO to $TAG by $SENDER";
COMMIT_MESSAGE="$NEW_TAG: $REPO to $IMAGE_TAG by $SENDER";
git commit -m "$COMMIT_MESSAGE"
git tag -a $NEW_TAG -m "$COMMIT_MESSAGE"
}