Skip to content

Commit

Permalink
Update aws-sam-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol authored Aug 5, 2024
1 parent 0d47db3 commit 205d6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-sam-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: pip install -r requirements.txt
- name: Commit and push changes
run: |
git config --global user.name karmapol
git config --global user.name KarmaPol
git config --global user.email [email protected]
git add requirements.txt
git commit -m 'Update requirements.txt'
git commit -m 'Chore: Update requirements.txt'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 205d6b7

Please sign in to comment.