Skip to content

Commit

Permalink
Update schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Jan 18, 2024
1 parent faaa5d7 commit 71b86c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: patterns/package-lock.json
cache-dependency-path: confluence-scraper/package-lock.json

- name: Install Dependencies
run: npm ci
Expand All @@ -42,7 +42,8 @@ jobs:
if: steps.confluence_script.outputs.updated == 'true'
id: commit_push_pr
run: |
git config --local user.name ${{ github.actor }}
git config --global user.email "omprakashmishra3978@example.com"
git config --global user.name "Omprakash Mishra"
git checkout -b update/confluence-content
git add ../patterns
git commit -m "Adding or updating the confluence pages" || echo "No changes to commit"
Expand Down

0 comments on commit 71b86c3

Please sign in to comment.