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 0e0eb7f commit 170e493
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ jobs:

- name: Build app
run: |
CI=false npm run build
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 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 170e493

Please sign in to comment.