We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4484751 commit 1f7b888Copy full SHA for 1f7b888
.github/workflows/docgen.yml
@@ -117,7 +117,7 @@ jobs:
117
git add ./content/docs/harbor-api-client
118
git commit -m "Update Harbor documentation"
119
git remote -v
120
- git push origin update-harbor-documentation-$(date +"%Y-%m-%d") -o merge_request.create
+ git push origin update-harbor-documentation-$(date +"%Y-%m-%d-%H-%M") -o merge_request.create
121
shell: bash
122
env:
123
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}
0 commit comments