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

Commit

Permalink
updated git config
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 4, 2024
1 parent d48b469 commit 0b966d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
run: |
helm repo index . --url https://scality.github.io/cosi/
- name: Configure Git for Committing
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Commit and Push to gh-pages
run: |
git add index.yaml scality-cosi-driver-${{ inputs.tag }}.tgz
Expand Down

0 comments on commit 0b966d4

Please sign in to comment.