ci(github-action): update stefanzweifel/git-auto-commit-action ( v6.0.0 → v6.0.1 )

| datasource  | package                              | from   | to     |
| ----------- | ------------------------------------ | ------ | ------ |
| github-tags | stefanzweifel/git-auto-commit-action | v6.0.0 | v6.0.1 |
This commit is contained in:
lab-assistant[bot] 2025-06-14 12:40:27 +00:00 committed by GitHub
parent ff7a65d16a
commit 9792edaf30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,7 +188,7 @@ jobs:
- name: Commit Changes - name: Commit Changes
if: ${{ inputs.publishToGhPages }} if: ${{ inputs.publishToGhPages }}
uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6.0.0 uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
with: with:
commit_message: "feat: Add Chart package ${{ steps.chart-folder.outputs.chart_folder }}/${{ steps.chart-details.outputs.name }}-${{ steps.chart-details.outputs.version }}" commit_message: "feat: Add Chart package ${{ steps.chart-folder.outputs.chart_folder }}/${{ steps.chart-details.outputs.name }}-${{ steps.chart-details.outputs.version }}"
repository: gh-pages repository: gh-pages