Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 0aa158e

Browse files
committed
Update gha
1 parent a8bd163 commit 0aa158e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: "make tag=${{ github.ref_name }} update-tag"
5959
- name: "Commit changes"
6060
run: >
61-
git config --global user.name ${{ github.actor }}
62-
git config --global user.email ${{ github.actor }}@github.action
63-
git checkout -b test02
64-
git commit -am "Updating the Docker image tag"
61+
git config --global user.name ${{ github.actor }} \
62+
git config --global user.email ${{ github.actor }}@github.action \
63+
git checkout -b test02 \
64+
git commit -am "Updating the Docker image tag" \
6565
git push origin test02

0 commit comments

Comments
 (0)