Fixing commit message
This commit is contained in:
parent
45b7982a4c
commit
7cbbb82805
2
.github/workflows/cs-update-push.yml
vendored
2
.github/workflows/cs-update-push.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
.github/workflows/nm-update.yml
vendored
2
.github/workflows/nm-update.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user