updated action

This commit is contained in:
stam 2021-01-17 03:07:41 +03:00
parent 15e4808ed5
commit bc1131bbdb

View File

@ -44,16 +44,11 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply changes
- name: "Run if changes have been detected"
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"
commit_message: Atlassian JSON Autoupdated
commit_user_name: stamepicmorg # defaults to "GitHub Actions"
commit_user_email: stamepicmorg@users.noreply.github.com # defaults to "actions@github.com"
commit_author: stamepicmorg <stamepicmorg@users.noreply.github.com> # defaults to author of the commit that triggered the run
- name: "Run if no changes have been detected"
if: steps.auto-commit-action.outputs.changes_detected == 'false'
run: echo "No Changes!"
# git add .
# git commit -am "Atlassian JSON autoupdated"
# git push