Skip to content

Commit

Permalink
Workflow changed
Browse files Browse the repository at this point in the history
  • Loading branch information
CS50X-RGB committed Feb 29, 2024
1 parent 90a8d96 commit 0e0eb7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
CI=false npm run build
working-directory: ./

- name: Commit-changes
- name: Commit changes
run: |
git config --global user.name 'CS50X-RGB'
git config --global user.email '[email protected]'
git add .
git commit -m "Build new version for the production"
git diff-index --quiet HEAD || git commit -m "Build new version for the production"

- name: Push Changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 0e0eb7f

Please sign in to comment.