Skip to content

Commit

Permalink
sdad
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Dec 1, 2023
1 parent 9a6c1f4 commit ae6c1b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
steps:

- name: Set up Git
uses: actions/setup-git@v2
with:
# Configure the global Git user identity
config-username: alexander-kuruvilla
config-email: [email protected]
run: |
git config --global user.email "[email protected]"
git config --global user.name "${{ github.actor }}"
- name: Checkout Repository
Expand Down

0 comments on commit ae6c1b1

Please sign in to comment.