Skip to content

Commit

Permalink
fix invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
priyank96 committed Dec 12, 2023
1 parent 3afcc0e commit 7321ec3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/daily_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Commit changes
run: |
git status
git config user.email "[email protected]"
git config user.name "priyank96"
git add db_params.tf
git commit -m "AI knob updates"
git push
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} # GitHub access token
run: |
git status
git config user.email "[email protected]"
git config user.name "priyank96"
git add db_params.tf
git commit -m "AI knob updates"
git push
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} # GitHub access token

0 comments on commit 7321ec3

Please sign in to comment.