mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-04-14 21:32:46 +03:00
Update json-master.yml
This commit is contained in:
parent
8c0f718f13
commit
895001bd98
18
.github/workflows/json-master.yml
vendored
18
.github/workflows/json-master.yml
vendored
@ -41,7 +41,15 @@ jobs:
|
|||||||
ls -las
|
ls -las
|
||||||
./update.sh
|
./update.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
- name: Commit changes
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
with:
|
||||||
|
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: "Notify if changes have been detected"
|
- name: "Notify if changes have been detected"
|
||||||
if: steps.commit.outputs.changes_detected == true
|
if: steps.commit.outputs.changes_detected == true
|
||||||
run: |
|
run: |
|
||||||
@ -72,12 +80,4 @@ jobs:
|
|||||||
- name: "Do nothing if no changes have been detected"
|
- name: "Do nothing if no changes have been detected"
|
||||||
if: steps.commit.outputs.changes_detected == false
|
if: steps.commit.outputs.changes_detected == false
|
||||||
run: echo "No Changes!"
|
run: echo "No Changes!"
|
||||||
|
|
||||||
- name: Commit changes
|
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
|
||||||
with:
|
|
||||||
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
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user