Skip to content

Commit

Permalink
credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Dec 1, 2023
1 parent 7db5780 commit 0f7c518
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI/CD



on:
push:
branches:
Expand All @@ -8,8 +10,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest


steps:

- name: Set up Git
run: |
git config --global user.email "alexanderkalarickal@gmail.com"
git config --global user.name "alexander-kuruvilla"
- name: Checkout Repository
uses: actions/checkout@v2

Expand Down

0 comments on commit 0f7c518

Please sign in to comment.