Skip to content

Commit

Permalink
setup user name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Nov 4, 2024
1 parent b58bfc8 commit f530599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dispatch-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Extract tag name
run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV

- name: Set up Git user identity
run: |
git config --global user.name "obol-platform"
git config --global user.email "platform@obol.tech"
- name: Update docs to new version
run: |
TAG_NAME="$(echo "${TAG_NAME}" | sed 's/^v//')"
Expand Down

0 comments on commit f530599

Please sign in to comment.