Skip to content

Commit

Permalink
Merge pull request #17 from rajpanjabi/kawshar
Browse files Browse the repository at this point in the history
Modify pipeline
  • Loading branch information
kwshr authored Feb 25, 2024
2 parents 6f1fe5a + 11e9920 commit 5effae5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 14

- name: List Repository Contents
run: ls -R

- name: Set Git User Information
run: |
git config --global user.email "kwshr96626@gmail.com"
git config --global user.name "Kawshar Patel"
- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 5effae5

Please sign in to comment.