Skip to content

Commit

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


steps:

- name: Set up Git
uses: actions/setup-git@v2
with:
# Configure the global Git user identity
config-username: alexander-kuruvilla
config-email: alexanderkalarickal@gmail.com


- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 9a6c1f4

Please sign in to comment.