mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-28 15:45:34 +03:00
updated action
This commit is contained in:
parent
15e4808ed5
commit
bc1131bbdb
13
.github/workflows/json-master.yml
vendored
13
.github/workflows/json-master.yml
vendored
@ -44,15 +44,10 @@ jobs:
|
|||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Apply changes
|
commit_message: Atlassian JSON Autoupdated
|
||||||
|
commit_user_name: stamepicmorg # defaults to "GitHub Actions"
|
||||||
- name: "Run if changes have been detected"
|
commit_user_email: stamepicmorg@users.noreply.github.com # defaults to "actions@github.com"
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
commit_author: stamepicmorg <stamepicmorg@users.noreply.github.com> # defaults to author of the commit that triggered the run
|
||||||
run: echo "Changes!"
|
|
||||||
|
|
||||||
- name: "Run if no changes have been detected"
|
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'false'
|
|
||||||
run: echo "No Changes!"
|
|
||||||
|
|
||||||
# git add .
|
# git add .
|
||||||
# git commit -am "Atlassian JSON autoupdated"
|
# git commit -am "Atlassian JSON autoupdated"
|
||||||
|
Loading…
Reference in New Issue
Block a user