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

Commit 116c02c

Browse files
committed
Update gha
1 parent 532e1ab commit 116c02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: >
5050
git config --global user.name ${{ github.actor }}
5151
git config --global user.email ${{ github.actor }}@github.action
52-
git checkout -b test01
52+
git checkout -b test02
5353
git commit -am "Updating the Docker image tag"
54-
git push origin test01
54+
git push origin test02

0 commit comments

Comments
 (0)