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 29e24e4 commit fe38515Copy full SHA for fe38515
.github/workflows/release.yaml
@@ -190,14 +190,7 @@ jobs:
190
./artifacts/cloud-controller-manager-*-*/*
191
./artifacts/acr-credential-provider-*-*/*
192
- name: Update site release note
193
- uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0
194
- with:
195
- branch: doc/release-note-${{github.ref_name}}
196
- delete-branch: true
197
- base: documentation
198
- commit-message: Update release notes for ${{github.ref_name}}
199
-
200
- - uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v5
201
with:
202
# Optional. Commit message for the created commit.
203
# Defaults to "Apply automatic changes"
0 commit comments