Skip to content

Commit 1f7b888

Browse files
authored
Update docgen.yml
1 parent 4484751 commit 1f7b888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
git add ./content/docs/harbor-api-client
118118
git commit -m "Update Harbor documentation"
119119
git remote -v
120-
git push origin update-harbor-documentation-$(date +"%Y-%m-%d") -o merge_request.create
120+
git push origin update-harbor-documentation-$(date +"%Y-%m-%d-%H-%M") -o merge_request.create
121121
shell: bash
122122
env:
123123
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}

0 commit comments

Comments
 (0)