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:
|
with:
|
||||||
github-server-url: ${{ github.server_url }}
|
github-server-url: ${{ github.server_url }}
|
||||||
repository: gmetribin/deploy-tools
|
repository: gmetribin/deploy-tools
|
||||||
ref: v1.1.40
|
ref: v1.1.41
|
||||||
path: deploy-tools
|
path: deploy-tools
|
||||||
# token: $\{{ github.token }} # DEFAULT / 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
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/nm-update.yml
vendored
2
.github/workflows/nm-update.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-server-url: ${{ github.server_url }}
|
github-server-url: ${{ github.server_url }}
|
||||||
repository: gmetribin/deploy-tools
|
repository: gmetribin/deploy-tools
|
||||||
ref: v1.1.40
|
ref: v1.1.41
|
||||||
path: deploy-tools
|
path: deploy-tools
|
||||||
|
|
||||||
- name: Increment cs version in nm repo and push
|
- name: Increment cs version in nm repo and push
|
||||||
|
|||||||
@ -41,7 +41,7 @@ main()
|
|||||||
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
|
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
|
||||||
|
|
||||||
echo "NEW_TAG: $NEW_TAG"
|
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 commit -m "$COMMIT_MESSAGE"
|
||||||
git tag -a $NEW_TAG -m "$COMMIT_MESSAGE"
|
git tag -a $NEW_TAG -m "$COMMIT_MESSAGE"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user