Skip to content

Commit

Permalink
issue #4: push changes without action
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 21, 2023
1 parent 8e1769c commit 627e297
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Commit changes
- name: Push changes
if: steps.compare_values.outputs.update_value == 'true'
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'Update threshold'
add: '.github/workflows/gcp-deployment.yml'
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_COMMIT_PR }}
run: |
git config --global user.name "GitHub bot"
git config --global user.email "[email protected]"
git add -A
git commit -m "Update threshold value in workflow"
git push

0 comments on commit 627e297

Please sign in to comment.