mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-28 22:48:20 +03:00
Update json-master.yml
This commit is contained in:
parent
b685accc74
commit
f113aa5be9
9
.github/workflows/json-master.yml
vendored
9
.github/workflows/json-master.yml
vendored
@ -48,12 +48,3 @@ jobs:
|
|||||||
commit_user_name: stamepicmorg # defaults to "GitHub Actions"
|
commit_user_name: stamepicmorg # defaults to "GitHub Actions"
|
||||||
commit_user_email: stamepicmorg@users.noreply.github.com # defaults to "actions@github.com"
|
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
|
commit_author: stamepicmorg <stamepicmorg@users.noreply.github.com> # defaults to author of the commit that triggered the run
|
||||||
- name: "Run if changes have been detected"
|
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
|
||||||
run: |
|
|
||||||
echo "Changes!"
|
|
||||||
curl -s --data-urlencode -X POST ${{ secrets.TLG_URL }} -d chat_id=${{ secrets.TLG_CHAT }} -d text="${{ secrets.TLG_TEXT }}" -d "parse_mode=HTML" >> /dev/null
|
|
||||||
|
|
||||||
- name: "Run if no changes have been detected"
|
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'false'
|
|
||||||
run: echo "No Changes!"
|
|
Loading…
x
Reference in New Issue
Block a user