Skip to content

Commit

Permalink
activate bot update
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Apr 12, 2024
1 parent cc8ac08 commit 2603636
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/update-cv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
cd tables
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
#- name: Commit and push
# if: steps.verify_diff.outputs.changed == 'true'
# run: |
# cd tables
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git config --local user.name "github-actions[bot]"
# (pre-commit run --all-files) || true
# git commit Tables/CORDEX_CV.json -m "CV update"
# git status
# git push
- name: Commit and push
if: steps.verify_diff.outputs.changed == 'true'
run: |
cd tables
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
(pre-commit run --all-files) || true
git commit Tables/CORDEX_CV.json -m "CV update"
git status
git push

0 comments on commit 2603636

Please sign in to comment.